websocket-sharp
websocket-sharp copied to clipboard
A C# implementation of the WebSocket protocol client and server
how to get the ip port of the client when closing the connection in the onClose method
I tried to establish connection between c # (SERVER) and react native (client) but I can't establish connection. I have tried with other url and the connection works
I keep getting Stackoverflow when running a WSS server, the overflow occurs when a user connects immediately. I had this issue for a very long time when using this library....
Sometimes on poor connections I'm experiencing Thread pool deadlock, it seems like EndRead in SSL stream waits forever. Hope this will improve situation. I have seen similar problem with connect...
The package was last updated on 7/3/2016, can we get an update? Thanks.
Anyone can you give me some hint regarding websocket-sharp server connection with react WebSocket client. I have added [Self-Signed SSL Certificate](https://devcenter.heroku.com/articles/ssl-certificate-self) on server. When I tried to connect from c#...
Hello, I am working on a project that works with a lot of real time data. For my project, I chose your project (websocket-sharp). I created a test project, tested...
My proxy credentials are fine, they work for HTTP requests. The proxies are not being created using squid, rather bought from a proxy provider, so I cannot really do this:...
Changed the BeginInvoke and EndInvoke calls to proper async Tasks usages
Hello everyone. I am trying to make a secure WebSocket Server. I have generated an X509Certificate via the command given below: ``` makecert.exe -r -pe -n "CN=localhost" -sky exchange -sv...