-
Bug
-
Resolution: Done
-
Major
-
1.1.0
-
None
When Helper.signalWake(key,true) is called it fails to remove the association between key and the object used to synchronize the waiting thread and the signalling thread. If a subsequent call is made to Helper.waitFor(key) it returns immediately because it finds this previously signalled syncrhronization object.