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 af631d7 commit 226f246Copy full SHA for 226f246
src/Ydb.Sdk/src/Pool/ChannelPool.cs
@@ -134,6 +134,8 @@ 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;
141
channelOptions.DisposeHttpClient = true;
0 commit comments