mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
- 优化 ConnectionPool 提升被动连接断开的体验(会卡的可以升级);
This commit is contained in:
@ -198,7 +198,7 @@ namespace FreeSql.Odbc.Oracle
|
||||
|
||||
public void OnReturn(Object<DbConnection> obj)
|
||||
{
|
||||
|
||||
//if (obj?.Value != null && obj.Value.State != ConnectionState.Closed) try { obj.Value.Close(); } catch { }
|
||||
}
|
||||
|
||||
public void OnAvailable()
|
||||
|
Reference in New Issue
Block a user