We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected Behavior Spawning a node process (not an electron process fork but an external node) with ipc should be able to send and receive messages.
Actual behavior On child process send the main process throws an error inside child_process.js:
To Reproduce See electron-node-ipc
Additional Details Here is how the chunk looks with node 10.5.0 (which works as expected):
So it seems like the first 7 characters of the message are lost. Posted an issue in the node repo also: nodejs/node#21671
The text was updated successfully, but these errors were encountered:
This has been fixed in latter versions of NodeJS. - nodejs/node#21671
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Spawning a node process (not an electron process fork but an external node) with ipc should be able to send and receive messages.
Actual behavior
On child process send the main process throws an error inside child_process.js:
To Reproduce
See electron-node-ipc
Additional Details
Here is how the chunk looks with node 10.5.0 (which works as expected):
So it seems like the first 7 characters of the message are lost.
Posted an issue in the node repo also: nodejs/node#21671
The text was updated successfully, but these errors were encountered: