Skip to content

child_process: guard against race condition

Rodrigo Muino Tomonari requested to merge github/fork/Trott/gh-4205 into master

It is possible that the internal handleMessage() might try to send to a channel that has been closed. The result can be an AssertionError. Guard against this.

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

Merge request reports

Loading