workerpool v3.1.2 Release Notes

Release Date: 2019-03-12 // about 5 years ago
    • 👌 Improved error message when a node.js worker unexpectedly exits (see #58). Thanks @stefanpenner.

    • 👷 Allocate debug ports safely, this fixes an issue cause workers to exit unexpectedly if more then one worker pool is active, and the process is started with a debugger (node debug or node --inspect). Thanks @stefanpenner.