You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Before #850 you were able to start the server by using e.g. new Thread(websocketServer).start() and therefore not calling the native .start() method.
This does not work any more
To Reproduce
Steps to reproduce the behavior:
Start server with new Thread(webSocketServer).start()
Try to connect
Expected behavior
Connection is possible
Environment(please complete the following information):
Version used: 1.4.0-SNAPSHOT
Additional context
Found in the regressions test
The text was updated successfully, but these errors were encountered:
Describe the bug
Before #850 you were able to start the server by using e.g. new Thread(websocketServer).start() and therefore not calling the native .start() method.
This does not work any more
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Connection is possible
Environment(please complete the following information):
Additional context
Found in the regressions test
The text was updated successfully, but these errors were encountered: