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
Resolve issue where pooled connections could leak if exception occurred
during close.
- close in PooledConnection calls reset and then returns the session to
the pool. However, returning the session was not in a finally clause,
so reset throwing an exception would leak the connection, eventually
draining the pool from available sessions.
0 commit comments