Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error handling from API to user code #37

Open
sfergu opened this issue Mar 16, 2021 · 1 comment
Open

Error handling from API to user code #37

sfergu opened this issue Mar 16, 2021 · 1 comment

Comments

@sfergu
Copy link

sfergu commented Mar 16, 2021

When something goes wrong with the underlying websocket, timeout, SSL issue, etc. the websocket API logs the error, but then does nothing to notify the caller of the API that something has gone wrong. Making it impossible to handle errors and reset/restart the websocket. Is there something I am missing that handles this in the API? Thanks!

@Swoorup
Copy link

Swoorup commented Apr 8, 2021

Having the same problem as well. This makes this library unusable basically, since websockets are run on an uncontrolled thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants