grpc-dotnet-namedpipes icon indicating copy to clipboard operation
grpc-dotnet-namedpipes copied to clipboard

NamedPipeServer ctor that allows plugging a custom logger is not public

Open hmartinez82 opened this issue 1 year ago • 0 comments

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?

hmartinez82 avatar May 08 '24 13:05 hmartinez82