C#C
C#16mo ago
시큐우

WaitOne for EventWaitHandle makes program crash without error?

im using mutex and some events to sending some data to other program, but my program crashes completely after bool a = attachEvent0.WaitOne(waitTime); without any errors.
it doesn't run the codes after :/
btw when the attachEvent0 is already signaled(turned on?), it works well without crashing,,,
image.png
Was this page helpful?