We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad0f85 commit 1c2d3baCopy full SHA for 1c2d3ba
src/Ydb.Sdk/src/Ado/PoolManager.cs
@@ -37,11 +37,7 @@ CancellationToken cancellationToken
37
ISessionSource newSessionPool;
38
if (settings.EnableImplicitSession)
39
{
40
- var key = settings.ConnectionString;
41
- newSessionPool = new ImplicitSessionSource(
42
- driver,
43
- onEmpty: () => Pools.TryRemove(key, out _)
44
- );
+ newSessionPool = new ImplicitSessionSource(driver);
45
}
46
else
47
0 commit comments