mirror of https://github.com/lukechilds/node.git
Browse Source
Test case: var t = setInterval(function() {}, 1); process.nextTick(t.unref); Output: Assertion failed: (args.Holder()->InternalFieldCount() > 0), function Unref, file ../src/handle_wrap.cc, line 78. setInterval() returns a binding layer object. Make it stop doing that, wrap the raw process.binding('timer_wrap').Timer object in a Timeout object. Fixes #4261.v0.10.7-release
2 changed files with 32 additions and 12 deletions
Loading…
Reference in new issue