-
Couldn't load subscription status.
- Fork 142
fixed ConnectionManager infinite connect retries #37
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
base: master
Are you sure you want to change the base?
Conversation
|
The PR build failed, could you fix it first? |
|
Sorry, i fix it first. |
lib/ConnectionManager.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to set the timer in connect rather than in the constructor. If the caller waits before calling connect you would fire too early.
|
Is this PR going to be merged? |
alexguan#37 PR in original repo
fix ConnectionManager infinite connect retries alexguan#37
add sessionTimeoutHandler