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
Say I have min: 5 and 5 connections in a pool. One of them gets disconnected. I would like to somehow inform the pool to remove it (without borrowing it) and have it create a new one immediately.
Say I have
min: 5and 5 connections in a pool. One of them gets disconnected. I would like to somehow inform the pool to remove it (without borrowing it) and have it create a new one immediately.