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
https://docs.ably.io/client-lib-development-guide/features/#RTN15a says "If a Connection transport is disconnected unexpectedly or if a token expires, then the Connection manager will immediately attempt to reconnect and restore the connection state."
Looking at the current implementation it seems like connection retries are always timer based and the first is not tried right away.
Some discussion here #726 (comment)
The text was updated successfully, but these errors were encountered:
@mattheworiordan Is this the bug (does not retry a connection when it fails immediately, it waits 15s now) that you talked about?
Sorry, something went wrong.
Yes
@funkyboy Paddy told me that you will handle this, is that right?
Fixed in #789
funkyboy
No branches or pull requests
https://docs.ably.io/client-lib-development-guide/features/#RTN15a says
"If a Connection transport is disconnected unexpectedly or if a token expires, then the Connection manager will immediately attempt to reconnect and restore the connection state."
Looking at the current implementation it seems like connection retries are always timer based and the first is not tried right away.
Some discussion here #726 (comment)
The text was updated successfully, but these errors were encountered: