You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation alludes to process.send notifying the master process, but that the worker.on('message', ...) listener is executed WITHIN the worker process. Is the worker listener executed within the master process?
Running Node v11.12.0 on Windows 7
Filename:
IsClusterStillAlpha.js
Command to run the script:
node IsClusterStillAlpha.js
Core assumption: Worker's can be assigned
.on('message', ...)
within the master process as per https://github.com/nodejs/node/blame/master/doc/api/cluster.md#L240.Expected output: Nothing
Actual output:
worker got message: sending worker to master
The text was updated successfully, but these errors were encountered: