grpc-dotnet-namedpipes
grpc-dotnet-namedpipes copied to clipboard
NamedPipeServer ctor that allows plugging a custom logger is not public
The following constructor is not public:
internal NamedPipeServer(string pipeName, NamedPipeServerOptions options, Action<string> log)
Shouldn't it be public we so can register a custom Action<string> for logging?