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
it doesn't run the codes after :/
btw when the
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,,,
