radu-matei / websocket-manager

Real-Time library for ASP .NET Core
https://radu-matei.com/blog/real-time-aspnet-core/
MIT License
452 stars 183 forks source link

The remote party closed the WebSocket connection without completing the close handshake. #74

Closed Shooshpanius closed 6 years ago

Shooshpanius commented 6 years ago

Then client is disconnected (net error or else), server down with error;

System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. ---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake.

I use NuGet package, hoe to process this errors and drop sockets from disconnected clients withoun server down?

awosztyl commented 6 years ago

Look at issue #42 . As @radu-matei wrote: " NuGet is based on a lower version of the repo".

Shooshpanius commented 6 years ago

Ok, thx :)