Open ptorrent opened 1 year ago
Is that correct ?
this.emit('queueing',this.getPoolNumOfRunningQueries());
....
getPoolNumOfRunningQueries() {
return this.getHealthyServerPools().reduce((a, next) => a + next.getNumOfRunningQueries(),0);
}
in master-pool.js
There is no argument provided in the code now for that event, but I see no issue in using the public method to retrieve it from method.
Hell there,
Regarding rethinkdbdash, there is the
I receive the "queueing" event on the pool but the value is always undefined !
always give me undefined.
Is that normal ?