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?
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?