Why NamedPipeClientStream not able to connect to open named pipe?

Swapnil Dave 41 Reputation points
2023-04-24T05:16:35.6233333+00:00

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.

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,648 questions
{count} votes