You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: