grpc/grpc-dotnet

Allow argument grpc.so_reuseport to be used

BratusN opened this issue · 1 comments

In the past implementation for net core and in implementations for other languages now, it is possible to use this argument.

I don't know that setting. Most gRPC for .NET settings are on SocketsHttpHandler (client), KestrelServerOptions (server) and GrpcChannelOptions (gRPC specific)