websocket-sharp icon indicating copy to clipboard operation
websocket-sharp copied to clipboard

A C# implementation of the WebSocket protocol client and server

Results 108 websocket-sharp issues
Sort by recently updated
recently updated
newest added

Repo owner had a streak of activity from March 16th 2014 and lost it on March 24th 2024. That's 10 years with a github activity every single day! Hope he/she's...

I've just started working with `websocket-sharp` and Unity, I created client and server applications to test it in the same machine. Everything works fine using `localhost` as local address. Then,...

Hello, It's very simple to reproduce. Just create a server and a client and send a byte array of 100MB from the server to the client (100MB it's a random...

`09.02.2021 15:26:21|Fatal|WebSocket.connect|WebSocketSharp.WebSocketException: An error has occurred during a TLS handshake. ---> System.Security.Authentication.AuthenticationException: Authentication failed, see inner exception. ---> System.ComponentModel.Win32Exception (0x80090302): Указанная функция не поддерживается --- End of inner exception stack...

I have a C# client in Unity with Framework 3.5, and a C# Server with Framework 4.5.2 They suppose to communicate securely through wss. I created a ssl certificate. The...

First of all, thanks for the great library! It works flawlessly for simple stuff and is a great starting point for getting feet wet with WebSockets or when I don't...

hi (sory my english) i made some test: i connect to chrome dev tools listening on port 9222 by two dll's - websocketsharp and websocket4net - both ask chrome the...

I'm testing reconnection of the websocket client. After receiving OnClose event, my program calls the following code to reconnect (not in the OnClose thread): websocket.Close(); websocket.Connect(); After about 10 failure...

I have recently been experiencing random crashes which have caused the HTTPS server to completely stop functioning. I have not managed to find a pattern as to how and why...

Operation is not supported on this platform. ???what problem