I am updating node-pool from an old version and it seems like the function waitingClientsCount has disappeared from Pool class. I suppose it is on purpose. right?
It seems an interesting value. Does it make sense if I do a PR adding that method from this._waitingClientsQueue?
I am updating node-pool from an old version and it seems like the function
waitingClientsCount
has disappeared from Pool class. I suppose it is on purpose. right?It seems an interesting value. Does it make sense if I do a PR adding that method from
this._waitingClientsQueue
?Thanks