npipe
npipe copied to clipboard
Overlapped event not closed
CloseHandle should be called for the event created here when not needed anymore: https://github.com/natefinch/npipe/blob/v2/npipe_windows.go#L395
e.g.: https://github.com/natefinch/npipe/blob/v2/npipe_windows.go#L217