Skip to content

worker: do not ingore `unref` when called in `parentPort`

Rodrigo Muino Tomonari requested to merge github/fork/juanarbol/juan/53086 into main

This patch will keep unref in the parentPort handle when the worker un unref-ed. After this lands, it does not matter if the worker receives more listeners after unref, once unref-ed, will be keep it as it is.

Fixes: https://github.com/nodejs/node/issues/53036

Merge request reports

Loading