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(cmap): error wait queue members on failed connection creation
When a pool is empty and an operation enters the wait queue, the
pool will attempt to immediately create a new connection for the
requested operation. If that immediate creation fails, the error
should be returned to that member, rather than letting the member
sit in the queue indefinitely
NODE-2424NODE-2372
0 commit comments