websocket-sharp
websocket-sharp copied to clipboard
no way for the client to reconnect to server
no way that ive tried allows reconnection to a server after lost connection.
ws.ReadyState == WebSocketState.Open
always returns true.
Error|WebSocket.sendBytes|Unable to write data to the transport connection: The socket has been shut down.
u solve this?
please look this solve, and hope it help! https://github.com/sta/websocket-sharp/issues/516#issuecomment-1179526378