timers wrong behavior #24362
Labels
confirmed-bug
Issues with confirmed bugs.
timers
Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
I have found another strange behavior of timers after refactor in v11. Example:
It is a bit complicated, but when i am removing any part, it works as expected. An output:
So, 3000ms timeout is never fired. There is a way to make that example to working a little different:
Then, output is:
So, 3000ms timer is unlocked, but only after 16000ms timer is fired. O_O
I suppose, it is related to that one, but works a little different, so i am making another issue. I am a bit angry, because i spend a few days to extract specific issue form whole, async app. :/
The text was updated successfully, but these errors were encountered: