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 7b78dbd commit 8df02b2Copy full SHA for 8df02b2
src/Ydb.Sdk/src/Pool/ChannelPool.cs
@@ -103,7 +103,8 @@ public GrpcChannel CreateChannel(string endpoint)
103
// https://github.com/grpc/proposal/blob/master/A8-client-side-keepalive.md
104
KeepAlivePingDelay = _config.KeepAlivePingDelay,
105
KeepAlivePingTimeout = _config.KeepAlivePingTimeout,
106
- KeepAlivePingPolicy = HttpKeepAlivePingPolicy.Always
+ KeepAlivePingPolicy = HttpKeepAlivePingPolicy.Always,
107
+ EnableMultipleHttp2Connections = true
108
};
109
110
// https://github.com/grpc/grpc-dotnet/issues/2312#issuecomment-1790661801
0 commit comments