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
fix: connection leak if wait queue member cancelled (#2563)
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
0 commit comments