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 ad8032d commit 58e22a9Copy full SHA for 58e22a9
src/Ydb.Sdk/src/Pool/ChannelPool.cs
@@ -134,6 +134,7 @@ public GrpcChannel CreateChannel(string endpoint)
134
135
return true;
136
};
137
+ // https://github.com/grpc/grpc-dotnet/issues/2312#issuecomment-1790661801
138
httpHandler.Properties["__GrpcLoadBalancingDisabled"] = true;
139
140
channelOptions.HttpHandler = httpHandler;
0 commit comments