The actual implementation of Ws imply a throw during a read/write if the connection goes down.
Every driver has it's own way of throwing, the actual one it's throwing a plain exception: we try to catch
and inspect the exception to detect if the WS was disconnected, reporting that fact in a clear way.
WebSocket resilient to network disconnections.
The actual implementation of Ws imply a throw during a read/write if the connection goes down. Every driver has it's own way of throwing, the actual one it's throwing a plain exception: we try to catch and inspect the exception to detect if the WS was disconnected, reporting that fact in a clear way.