grpc-dotnet
grpc-dotnet copied to clipboard
Allow argument grpc.so_reuseport to be used
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)