node-worker
node-worker copied to clipboard
Worker continues to run after .terminate() is called
To fix it I had to change line 144 of worker.js from this.child.stdin.end() to this.child.kill()...