natefinch / npipe

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

fix: AcceptPipe CloseHandle param is nil panic error #37

Closed xlango closed 2 months ago

xlango commented 2 months ago

Resolve the panic issue where executing Close during AcceptPipe listening causes the HEvent parameter of CloseHandle to be 0

xlango commented 2 months ago

Please merge and publish the release version@natefinch

xlango commented 2 months ago

to https://github.com/xlango/npipe

natefinch commented 2 months ago

@xlango definitely happy to have you take over this. I don't have a use for this code anymore, nor a windows machine to test it on, so I'm happy someone else is looking at it.