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 a33f85c commit 2a85328Copy full SHA for 2a85328
src/Ydb.Sdk/src/Services/Query/SessionPool.cs
@@ -47,8 +47,8 @@ protected override async Task<Session> CreateSession()
47
{
48
try
49
50
- await using var stream = _driver.ServerStreamCall(QueryService.AttachSessionMethod, new AttachSessionRequest
51
- { SessionId = session.SessionId }, AttachSessionSettings);
+ await using var stream = _driver.ServerStreamCall(QueryService.AttachSessionMethod,
+ new AttachSessionRequest { SessionId = session.SessionId }, AttachSessionSettings);
52
53
if (!await stream.MoveNextAsync())
54
0 commit comments