-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels