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
Return session to pool even if connection is closed. Fixes#836
The ConnectionState can be set to Closed when a failure occurs on the connection, but the session still needs to be returned to the pool to avoid a leak.
0 commit comments