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

Added verification of PipeServer connection state

Open glaysons opened this issue 1 year ago • 2 comments

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.

glaysons avatar Jul 26 '24 22:07 glaysons