Skip to content

Commit 8df02b2

Browse files
EnableMultipleHttp2Connections = true
1 parent 7b78dbd commit 8df02b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Ydb.Sdk/src/Pool/ChannelPool.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ public GrpcChannel CreateChannel(string endpoint)
103103
// https://github.com/grpc/proposal/blob/master/A8-client-side-keepalive.md
104104
KeepAlivePingDelay = _config.KeepAlivePingDelay,
105105
KeepAlivePingTimeout = _config.KeepAlivePingTimeout,
106-
KeepAlivePingPolicy = HttpKeepAlivePingPolicy.Always
106+
KeepAlivePingPolicy = HttpKeepAlivePingPolicy.Always,
107+
EnableMultipleHttp2Connections = true
107108
};
108109

109110
// https://github.com/grpc/grpc-dotnet/issues/2312#issuecomment-1790661801

0 commit comments

Comments
 (0)