-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
message not received in child process when forked with --eval #11948
Labels
child_process
Issues and PRs related to the child_process subsystem.
Comments
addaleax
added
the
child_process
Issues and PRs related to the child_process subsystem.
label
Mar 20, 2017
It's caused or exposed by c5b07d4. I'll take a look. |
#11958 landed, the provided testcase works on v7.8.0. @kevinsawicki, @bnoordhuis, is there anything left to do here? |
The provided testcase doesn't work on v6.10.1 LTS. |
It will once #11958 lands in v6.x. I'll close out the issue. |
15 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
child_process
Messages sent to a process forked using
--eval
are not received by the child process.Output with Node 7.0.0:
No output will be logged for any Node version past 7.0.0, including latest 7.7.3.
Calling
forked.send
after a delay of ~50ms does cause the message to be received in the forked process on 7.7.3.Refs electron/electron#8944
The text was updated successfully, but these errors were encountered: