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
If a new connection is opened via DB.Connection and something goes awry, the connection might not get returned to the pool if the exception isn't caught with try-finally. Search out all cases and use try-finally to return connection to pool.
The text was updated successfully, but these errors were encountered:
If a new connection is opened via DB.Connection and something goes awry, the connection might not get returned to the pool if the exception isn't caught with try-finally. Search out all cases and use try-finally to return connection to pool.
The text was updated successfully, but these errors were encountered: