npipe
npipe copied to clipboard
Fix the bug closing same windows handler twice.
The overlapped.HEvent has been closed in PipeListener.Close and reset to 0. But close again in PipeListener.AcceptPipe with origin HEvent. So that throw a panic which cannot be recovered.