websocket-sharp
websocket-sharp copied to clipboard
A C# implementation of the WebSocket protocol client and server
2022-08-17 오후 3:56:54|Fatal|WebSocket.b__170_2|WebSocketSharp.WebSocketException: An unsupported opcode. 위치: WebSocketSharp.WebSocketFrame.processHeader(Byte[] header) 위치: WebSocketSharp.WebSocketFrame.c__DisplayClass73_0.b__0(Byte[] bytes) 위치: WebSocketSharp.Ext.c__DisplayClass54_0.b__0(IAsyncResult ar) 2022-08-17 오후 3:56:54|Trace|WebSocket.close|Begin closing the connection. 2022-08-17 오후 3:56:54|Debug|WebSocket.closeHandshake|Was clean?: False sent: True received: False...
I have a server with the necessary data for the player. The server has settings for ipv4 and ipv6. When I tested app in ipv4, I have connection with server...
My app uses websocket-sharp for a Slack bot that is "always on". It works well, but after about 24 to 48 hours, the bot just stops responding. I have try/catch...
Sometimes when changing wifi/4G on iPhone app crashes because in WebSocket.cs in releaseClientResources is called _stream.Dispose(); and Dispose throws an Exception. Swallowing exception helped. I don't know how to handle...
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...
Hello All, I see the following error in logs, Log 1> `c__DisplayClass174_0.b__2|WebSocketSharp.WebSocketException: The header part of a frame could not be read.` Log 2> `Fatal|WebSocket.connect|WebSocketSharp.WebSocketException: An error has occurred during...
So we have a .net standard 2.0 based Xamarin app, unknown server type for the time being, and want to be able to use ed25515 to sign certificates. Is this...
My script connect with the websocket server and receive data. I want to keep this connection alive forever and try to reconnect every time if server is restarting or client...
Hi sta, thanks for sharing this library I would like to detect if internet connection get lost on client side, the scenario like following; 1- internet connection stable and everything...