node-worker icon indicating copy to clipboard operation
node-worker copied to clipboard

Worker continues to run after .terminate() is called

Open paulwe opened this issue 14 years ago • 0 comments

To fix it I had to change line 144 of worker.js from this.child.stdin.end() to this.child.kill()...

paulwe avatar Jun 24 '10 11:06 paulwe