ewd-qoper8 icon indicating copy to clipboard operation
ewd-qoper8 copied to clipboard

rebuild worker list set strings pid not numbers

Open killmenot opened this issue 7 years ago • 0 comments

@robtweed

Please take a look at https://github.com/robtweed/ewd-qoper8/blob/master/lib/master/proto/startWorker.js#L127-L130

I think

  this.worker.list = [];
  for (var pid in this.worker.process) {
    this.worker.list.push(parseInt(pid, 10));
  }

is more correct.

Affected methods: stopWorker, startWorker

killmenot avatar Aug 10 '17 14:08 killmenot