Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Ydb.Sdk/src/Pool/ChannelPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading