-
Notifications
You must be signed in to change notification settings - Fork 571
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
[chore] Update default value of pingTimeout #551
Merged
darrachequesne
merged 1 commit into
socketio:master
from
darrachequesne:chore/update-pingTimeout
Feb 27, 2018
Merged
[chore] Update default value of pingTimeout #551
darrachequesne
merged 1 commit into
socketio:master
from
darrachequesne:chore/update-pingTimeout
Feb 27, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`pingTimeout` now defaults to 5 seconds instead of 60 seconds.
darrachequesne
force-pushed
the
chore/update-pingTimeout
branch
from
February 27, 2018 20:49
ccedb2b
to
8c223f8
Compare
darrachequesne
changed the title
[chore] Update default values for pingInterval and pingTimeout
[chore] Update default value of pingTimeout
Feb 28, 2018
This was referenced Sep 22, 2018
Is there any reason why this was set to 5secs by default? With this new default settings, i received ping timeouts on the client |
This was referenced Jan 23, 2020
This was referenced Mar 17, 2020
das7pad
added a commit
to overleaf/real-time
that referenced
this pull request
May 5, 2020
Default in v0: https://github.com/socketio/socket.io/blob/41b9a7e45d62ead3b4b36dc38cc8c03882ecc577/lib/manager.js#L78 PR that changed the default value in v2: socketio/engine.io#551
This was referenced May 29, 2021
This was referenced Jun 6, 2021
1 task
This was referenced Feb 4, 2022
Closed
1 task
1 task
1 task
1 task
This was referenced Jun 27, 2022
1 task
1 task
1 task
1 task
This was referenced Nov 20, 2022
1 task
1 task
1 task
Closed
1 task
Closed
1 task
Closed
1 task
Closed
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pingTimeout
now defaults to 5 seconds.