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(client): Close connections immediately with connection pooling disabled.
- Update `ConnectionPool` to directly close a `RealConnection` submitted
to `ConnectionPool.recycle()` if the pool is instantiated with the
`maxIdleConnections` parameter set to 0 (no pooling) for whatever reason.
0 commit comments