Skip to content

Fix the bug closing same windows handler twice.#25

Open
lnkyan wants to merge 1 commit intonatefinch:v2from
LemoFoundationLtd:v2
Open

Fix the bug closing same windows handler twice.#25
lnkyan wants to merge 1 commit intonatefinch:v2from
LemoFoundationLtd:v2

Conversation

@lnkyan
Copy link

@lnkyan lnkyan commented Oct 23, 2018

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant