relaycorp / awala-endpoint-android

High-level library for Android apps implementing Awala endpoints
Apache License 2.0
2 stars 1 forks source link

`collectParcels()` should wrap `SocketTimeoutException`s #344

Closed gnarea closed 1 year ago

gnarea commented 1 year ago

SocketTimeoutExceptions 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.

gnarea commented 1 year ago

Superseded by relaycorp/awala-poweb-jvm#302