Skip to content

child_process: queue pending messages - #41221

Merged
Trott merged 1 commit into
nodejs:masterfrom
ErickWendel:erickwendel/queue-pending-messages-fork-process
Dec 30, 2021
Merged

child_process: queue pending messages#41221
Trott merged 1 commit into
nodejs:masterfrom
ErickWendel:erickwendel/queue-pending-messages-fork-process

Conversation

@ErickWendel

Copy link
Copy Markdown
Member

It fixes the problem for child process not receiving messages when forking a process and immediately sending messages on ESM by queuing messages until the process is ready.

Fixes: #41134
Refs: #37782, #39140, #39140, #34785, and help/issues/1383

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. child_process Issues and PRs related to the child_process subsystem. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

discussion about how to fix child_process 'spawn' not ready to send messages on ESM