You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
timers: fix processing of nested same delay timers
Whenever a timer of a specific delay creates a new timer with the same
delay we currently end up processing the new timer immediately instead
of scheduling the timer to run in the future. This commit basically
identifies the situation, halts processing the current timer chain and
reschedules the timer chain appropriately in the future.
Fixesnodejs#25607
0 commit comments