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
When pool max already exceeded, the new incoming acquiring attempt of connection will fail silently.
It caused hard to debug. Should be fail with error or wait for available.
Example
letmanager=newManager();awaitmanager.runSession(session=>{awaitmanager.runSession(session=>{// wont be here});});
The text was updated successfully, but these errors were encountered:
When pool max already exceeded, the new incoming acquiring attempt of connection will fail silently.
It caused hard to debug. Should be fail with error or wait for available.
Example
The text was updated successfully, but these errors were encountered: