We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of 0.3.0, reconnect blocks and doesn't return until either a connection is successfully established or the timeout of 10 seconds has elapsed.
reconnect
Fix reconnect so it returns immediately and handles the retries in the event loop.
The text was updated successfully, but these errors were encountered:
11e90a4
Make reconnect asynchronous again
b7f0744
Fixes #8
No branches or pull requests
As of 0.3.0,
reconnect
blocks and doesn't return until either a connection is successfully established or the timeout of 10 seconds has elapsed.Fix
reconnect
so it returns immediately and handles the retries in the event loop.The text was updated successfully, but these errors were encountered: