-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
timers: timer starvation #24320
Labels
confirmed-bug
Issues with confirmed bugs.
timers
Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
Comments
Working on a PR 😓 |
4 tasks
Fishrock123
added
confirmed-bug
Issues with confirmed bugs.
timers
Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
labels
Nov 12, 2018
Closed
Trott
pushed a commit
to Trott/io.js
that referenced
this issue
Nov 15, 2018
PR-URL: nodejs#24322 Fixes: nodejs#24320 Fixes: nodejs#24362 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
Fixed in 9ca5c52 |
BridgeAR
pushed a commit
that referenced
this issue
Nov 15, 2018
PR-URL: #24322 Fixes: #24320 Fixes: #24362 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Weijia Wang <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed-bug
Issues with confirmed bugs.
timers
Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
The following code should exit once the 110ms timer fires. Unfortunately, that never happens. Note, I tried including #24318, and that did not fix the issue either.
Refs: hapijs/nes#257
cc: @nodejs/timers
The text was updated successfully, but these errors were encountered: