Skip to content

Master node shutdown #10

@tomsik68

Description

@tomsik68

Shutting down the master node's TCP server is not possible as the server is single-threaded and the thread is blocked by accepting requests. server.shutdown() can't be called from the same thread where the server is running or it results in a deadlock.

Please make the server multi-threaded or add some other way the server can shutdown itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions