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
setImmediate happens on the next tick and allows I/O, causing writes to
the MatchStream after it should have ended.
Only fixes this issue in Node 0.10.x. In node 0.8.x, process.nextTick
has similar behavior to setImmediate.
0 commit comments