division icon indicating copy to clipboard operation
division copied to clipboard

The Communication between master and worker is not working.

Open kushalhalder opened this issue 9 years ago • 1 comments

The broadcast by the master works but there is no place for us to add a

process.on('message', function(msg){});

for a worker.

kushalhalder avatar Sep 05 '15 12:09 kushalhalder

If I understand it correctly, this should be added in your app.js file.

Can you give a better example, please? Ideally with run.js and app.js file (file where you configure division and file which is started by it).

setthase avatar Sep 08 '15 09:09 setthase