System.Net.WebSockets.Client.Managed
System.Net.WebSockets.Client.Managed copied to clipboard
The connection keeps dropping
I use this library to continuously receive data from a Websocket server and the library keep crashing with the following error:
{"The I/O operation has been aborted because of either a thread exit or an application request"} The native error code is 995
I use a Python client with the server and it works fine.
https://github.com/PingmanTools/System.Net.WebSockets.Client.Managed/issues/4#issuecomment-416713541