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
There is a ticker supposed to output tick <counter> every second. On node v0.10.x the ticker outputs its message in the expected interval, no matter how often you press a key.
On node v0.12.0 something blocks the ticker from outputting after hitting, for example, the space-key a few times. The Number of keypresses which are required to make start it block seems to be random. Sometimes it blocks after the first keypress, some other times it takes up to 5 keypresses.
I'm running node on OSX Yosmite.
The text was updated successfully, but these errors were encountered:
On node v0.12.0 the event-loop seems to get blocked after hitting a key a few times.
See this simple code:
There is a ticker supposed to output
tick <counter>
every second. On node v0.10.x the ticker outputs its message in the expected interval, no matter how often you press a key.On node v0.12.0 something blocks the ticker from outputting after hitting, for example, the
space-key
a few times. The Number of keypresses which are required to make start it block seems to be random. Sometimes it blocks after the first keypress, some other times it takes up to 5 keypresses.I'm running node on OSX Yosmite.
The text was updated successfully, but these errors were encountered: