When executing group.stop multiple times simultaneously, it throws an error.
The process.stop method is async but calls a sync method which can throw an error.
The error should be catched and returned in the callback.
https://github.com/tj/node-mongroup/blob/master/lib/process.js#L195
When executing
group.stopmultiple times simultaneously, it throws an error.The
process.stopmethod is async but calls a sync method which can throw an error.The error should be catched and returned in the callback.
https://github.com/tj/node-mongroup/blob/master/lib/process.js#L195