cyanfish / grpc-dotnet-namedpipes

Named pipe transport for gRPC in C#/.NET
Apache License 2.0
183 stars 47 forks source link

NamedPipeServer ctor that allows plugging a custom logger is not public #61

Open hmartinez82 opened 2 months ago

hmartinez82 commented 2 months ago

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?