Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When dispose() is called on ServerConnection, it in turn calls dispose() on all runners, but these runners are still running and waits for their run() to finish, unfortunately that requires grapping the lock on ClientConnectionRunners, which at that time is held by the dispose() call on ServerConnection.