coopernurse / node-pool

Generic resource pooling for node.js
2.37k stars 258 forks source link

waitingClientsCount function has disappeared #279

Closed oleurud closed 4 years ago

oleurud commented 4 years ago

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

oleurud commented 4 years ago

I had not seen pending getter, that makes exactly that.