Skip to content

Commit b3aab22

Browse files
fix
1 parent 80a1655 commit b3aab22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Ydb.Sdk/src/Ado/Session/PoolingSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ internal class PoolingSession : IPoolingSession
2020
private readonly CancellationTokenSource _attachStreamLifecycleCts = new();
2121

2222
private volatile bool _isBroken = true;
23-
private volatile bool _isBadSession = false;
23+
private volatile bool _isBadSession;
2424

2525
private readonly bool _disableServerBalancer;
2626

0 commit comments

Comments
 (0)