Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.6
-
None
-
Windows
Description
NullRefeneceException is thrown in InputLink::sync() on "lock l(waiters)"
The code is has a race condition where a timeout callback can happen before the handler object is fully initialized.