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 80a1655 commit b3aab22Copy full SHA for b3aab22
src/Ydb.Sdk/src/Ado/Session/PoolingSession.cs
@@ -20,7 +20,7 @@ internal class PoolingSession : IPoolingSession
20
private readonly CancellationTokenSource _attachStreamLifecycleCts = new();
21
22
private volatile bool _isBroken = true;
23
- private volatile bool _isBadSession = false;
+ private volatile bool _isBadSession;
24
25
private readonly bool _disableServerBalancer;
26
0 commit comments