Why NamedPipeClientStream not able to connect to open named pipe?
Swapnil Dave
41
Reputation points
I opened a named pipe (fifo file) in a golang process and I am trying to connect that pipe in a c# process using namedpipeclientstream. When I call the connect method it blocks forever. So, I'm not able to understand why won't the named pipe connect.
Sign in to answer