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

Investigate implementation of RTN15a #727

Closed
funkyboy opened this issue May 16, 2018 · 4 comments
Closed

Investigate implementation of RTN15a #727

funkyboy opened this issue May 16, 2018 · 4 comments
Assignees
Labels
enhancement New feature or improved functionality.

Comments

@funkyboy
Copy link
Contributor

funkyboy commented May 16, 2018

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)

@funkyboy funkyboy added the enhancement New feature or improved functionality. label May 16, 2018
This was referenced May 28, 2018
@ricardopereira ricardopereira self-assigned this Aug 30, 2018
@ricardopereira
Copy link
Contributor

@mattheworiordan Is this the bug (does not retry a connection when it fails immediately, it waits 15s now) that you talked about?

@mattheworiordan
Copy link
Member

Yes

@ricardopereira
Copy link
Contributor

@funkyboy Paddy told me that you will handle this, is that right?

@funkyboy
Copy link
Contributor Author

Fixed in #789

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improved functionality.
Development

No branches or pull requests

3 participants