Skip to content

Fix the ability to set custom reconnectAfterMs - #97

Merged
dsrees merged 1 commit into
dsrees:masterfrom
salemove:fix-reconnect-after-ms
Oct 4, 2023
Merged

Fix the ability to set custom reconnectAfterMs#97
dsrees merged 1 commit into
dsrees:masterfrom
salemove:fix-reconnect-after-ms

Conversation

@AH-MOC

Copy link
Copy Markdown

Currently, setting custom reconnectAfterMs doesn't make sense since this var is applied to the reconnectTimer during the Socket class initializing.
The fix allows using custom reconnectAfterMs after the Socket object is created.

@dsreesdsrees left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, thanks

@dsrees
dsrees merged commit b35e58d into dsrees:masterOct 4, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@AH-MOC@dsrees@AndrewRage