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 08e6bc2 commit 448244fCopy full SHA for 448244f
src/Ydb.Sdk/src/Ado/Session/ImplicitSessionSource.cs
@@ -3,7 +3,7 @@ namespace Ydb.Sdk.Ado.Session;
3
internal sealed class ImplicitSessionSource : ISessionSource
4
{
5
private readonly IDriver _driver;
6
- private readonly ManualResetEventSlim _allReleased = new(initialState: false);
+ private readonly ManualResetEventSlim _allReleased = new(false);
7
private int _isDisposed;
8
private int _activeLeaseCount;
9
0 commit comments