natefinch / npipe

A Windows named pipe implementation written in pure Go.
MIT License
297 stars 73 forks source link

Make Listen exclusive for a given named pipe. #4

Closed hanwen closed 10 years ago

hanwen commented 10 years ago

Otherwise, multiple processes can listen to the pipe, and clients will round-robin between the different listening processes.

hanwen commented 10 years ago

ping?

natefinch commented 10 years ago

Oops, sorry, I'll look at it this weekend. On May 17, 2014 10:19 AM, "Han-Wen Nienhuys" notifications@github.com wrote:

ping?

— Reply to this email directly or view it on GitHubhttps://github.com/natefinch/npipe/pull/4#issuecomment-43408073 .