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

Fixed glitch in keepaliveInterval #73

Merged
merged 1 commit into from
Oct 20, 2016
Merged

Fixed glitch in keepaliveInterval #73

merged 1 commit into from
Oct 20, 2016

Conversation

wuhkuh
Copy link
Contributor

@wuhkuh wuhkuh commented Oct 20, 2016

It used to: disconnect after 1501 * keepalive time
It now: disconnects after 1500 * keepalive time + 1 millisecond

This solves issues with large keepalive numbers sent with the connect packet.

It used to: disconnect after 1501 * keepalive time
It now: disconnects after 1500 * keepalive time + 1 millisecond

This solves issues with large keepalive numbers sent with the connect packet.
@coveralls
Copy link

coveralls commented Oct 20, 2016

Coverage Status

Coverage remained the same at 97.036% when pulling 052a6e9 on wuhkuh:master into 285dd87 on mcollina:master.

@mcollina mcollina merged commit 1a69d16 into moscajs:master Oct 20, 2016
Sign up for free to 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