You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.
Currently the pool only tracks total clients and pending connections. It would be extremely useful to be able to know how many clients are checked-out (active) at any given time, as this would make it easy to create unit tests specifically to test for bugs that leak clients.
The text was updated successfully, but these errors were encountered:
PrimeJunta
pushed a commit
to PrimeJunta/node-pg-pool
that referenced
this issue
May 20, 2019
Currently the pool only tracks total clients and pending connections. It would be extremely useful to be able to know how many clients are checked-out (active) at any given time, as this would make it easy to create unit tests specifically to test for bugs that leak clients.
The text was updated successfully, but these errors were encountered: