Named Pipes .Net 3.5
LINQ
1
Posts
1
Posters
3
Views
1
Watching
-
Hi I have a server process and client process connected with Named pipes(server is sending message to client). If the server is already running, I open the client process,only for first time communication is taking place.If I close client process and reopen again, the serverside is throwing exception at WaitForClients method:"Pipe is broken".I need to close and reopen server in order to take place communication again. I am using NamedpipeServer Stream and NamedpipeClient Stream classes. What could be the reason???please advise.. Thabks in adcance