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 7e21419 commit e36f9bcCopy full SHA for e36f9bc
src/Ydb.Sdk/src/Ado/Session/PoolingSessionSource.cs
@@ -48,9 +48,6 @@ YdbConnectionStringBuilder settings
48
49
public ValueTask<ISession> OpenSession(CancellationToken cancellationToken = default)
50
{
51
- if (IsDisposed)
52
- throw new YdbException("The session source has been shut down.");
53
-
54
cancellationToken.ThrowIfCancellationRequested();
55
56
return TryGetIdleSession(out var session)
0 commit comments