Hi, I'm using the ManualResetEvent WaitOne(timeout) method and set the timeout value to 30ms.
I log using log4net at either side of the WaitOne. The log messages show the WaitOne returned false after only waiting for 22ms. What would cause this? A .Net bug?
Thanks in advance.