We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfce743 commit b331540Copy full SHA for b331540
src/Ydb.Sdk/CHANGELOG.md
@@ -1,3 +1,4 @@
1
+- Added `EnableMultipleHttp2Connections` setting to grpc channel.
2
- `Connection.State` is set to `Broken` when the session is deactivated.
3
4
## v0.16.2
src/Ydb.Sdk/src/DriverConfig.cs
@@ -15,7 +15,7 @@ public class DriverConfig
15
16
public TimeSpan KeepAlivePingTimeout { get; init; } =
17
TimeSpan.FromSeconds(SocketHttpHandlerDefaults.DefaultKeepAlivePingTimeoutSeconds);
18
-
+
19
public bool EnableMultipleHttp2Connections { get; init; }
20
21
public string? User { get; init; }
0 commit comments