natefinch / npipe

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

Add ListenCloseListen test #7

Closed gabriel-samfira closed 10 years ago

gabriel-samfira commented 10 years ago

syscall.CloseHandle needs to be called after DiconnectNamedPipe

natefinch commented 10 years ago

Great, thanks!