Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: connection leak if wait queue member cancelled
A connection could potentially be leaked if a wait queue member was cancelled (due to timeout) before execution. In these cases we should return the connection back to the list of connections for future use or pruning. NODE-2865
- Loading branch information