Open ruyudeshuileling opened 7 months ago
server.ListenerSocket.Close(); server.ListenerSocket.Dispose(); or server.Dispose();
None of them work
When I restart the websocket service, I close all existing socket connections then call server.Dispose() and that works ok. server.Dispose() in turn calls ListenerSocket.Dispose() so no need to call that.
server.ListenerSocket.Close(); server.ListenerSocket.Dispose(); or server.Dispose();
None of them work