diff --git a/src/Ydb.Sdk/src/Pool/ChannelPool.cs b/src/Ydb.Sdk/src/Pool/ChannelPool.cs index 0e19863f..fc736786 100644 --- a/src/Ydb.Sdk/src/Pool/ChannelPool.cs +++ b/src/Ydb.Sdk/src/Pool/ChannelPool.cs @@ -134,6 +134,8 @@ public GrpcChannel CreateChannel(string endpoint) return true; }; + // https://github.com/grpc/grpc-dotnet/issues/2312#issuecomment-1790661801 + httpHandler.Properties["__GrpcLoadBalancingDisabled"] = true; channelOptions.HttpHandler = httpHandler; channelOptions.DisposeHttpClient = true;