josdejong / workerpool

Offload tasks to a pool of workers on node.js and in the browser
Apache License 2.0
2.06k stars 147 forks source link

fix: worker termination before it's ready #394

Closed Michsior14 closed 1 year ago

Michsior14 commented 1 year ago

Fixes the second issue mentioned in possible bugs thread (#387).

josdejong commented 1 year ago

Good find, thanks Michał!

TypeScript would have helped to prevent a bug like this I guess 🤔.

josdejong commented 1 year ago

Ready to merge?

josdejong commented 1 year ago

Your fix is published now in v6.4.1, thanks again!

Michsior14 commented 1 year ago

Good find, thanks Michał!

TypeScript would have helped to prevent a bug like this I guess 🤔.

Yeah, maybe I will find some time to continue what I started some time ago... but no promises :)