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 68b82e1 commit b9c22cbCopy full SHA for b9c22cb
src/Ydb.Sdk/src/Pool/SessionPool.cs
@@ -32,6 +32,7 @@ internal async Task<TSession> GetSession(CancellationToken cancellationToken = d
32
{
33
ctsGetSession.CancelAfter(_createSessionTimeoutMs);
34
}
35
+
36
var finalCancellationToken = ctsGetSession.Token;
37
38
Interlocked.Increment(ref _waitingCount);
0 commit comments