Closed gnarea closed 1 year ago
SocketTimeoutExceptions can be thrown when the Awala WebSockets server doesn't respond to pings (e.g., when the server crashes).
SocketTimeoutException
So we should wrap these exceptions so app developers can handle this event gracefully, without having their app crash.
Superseded by relaycorp/awala-poweb-jvm#302
SocketTimeoutException
s can be thrown when the Awala WebSockets server doesn't respond to pings (e.g., when the server crashes).So we should wrap these exceptions so app developers can handle this event gracefully, without having their app crash.