.NET NamedPipes client/server troubles. Server can’t reply back to client – “Cannot access closed pipe”
I’m trying to create a basic client/server message exchange between two .NET applications. I want the client to connect to the server and then send a message. The server will then receive this message, and reply back with a result. I’m intending to implement a basic API.