grpc-dotnet-namedpipes
grpc-dotnet-namedpipes copied to clipboard
Added verification of PipeServer connection state
When testing in a multi-threaded environment with many connections per second, the following error was being generated: Cannot access a closed pipe.
A brief adjustment was made to check the connection status before attempting to close the connection.