Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

NativeNodeMain using libname as node name #226

@jubeira

Description

@jubeira

Inside onStart function, the following assignment is being made:
nodeName = this.libName;

It could be replaced by
nodeName = getDefaultNodeName().toString();
to represent the nodeName properly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions