AirDC++ socket connection errors are not surfaced #47
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upon app init, the websocket transport to AirDC++ is attempted and once a connection is established successfully, a bunch of event listeners are registered to listen to:
At no point is an error with the socket ever caught and thrown. In that instance, the socket errors out and the UI crashes with a cryptic trace.
There needs to be a graceful way to handle AirDC++ socket errors.
This will be addressed in https://github.com/rishighan/threetwo/pull/96