Skip to content

Commit 1c2d3ba

Browse files
committed
hot fix
1 parent fad0f85 commit 1c2d3ba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Ydb.Sdk/src/Ado/PoolManager.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ CancellationToken cancellationToken
3737
ISessionSource newSessionPool;
3838
if (settings.EnableImplicitSession)
3939
{
40-
var key = settings.ConnectionString;
41-
newSessionPool = new ImplicitSessionSource(
42-
driver,
43-
onEmpty: () => Pools.TryRemove(key, out _)
44-
);
40+
newSessionPool = new ImplicitSessionSource(driver);
4541
}
4642
else
4743
{

0 commit comments

Comments
 (0)