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
The script as it is now does not fully close. A thread named WebSocketManager is still running. I found that adding the command websocket_server.server_close() before websocket_server.shutdown() solves this issue.
The text was updated successfully, but these errors were encountered:
The script as it is now does not fully close. A thread named
WebSocketManager
is still running. I found that adding the commandwebsocket_server.server_close()
beforewebsocket_server.shutdown()
solves this issue.The text was updated successfully, but these errors were encountered: