Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
If a session (or in this case, actually its parent connection) has free() called on it with multiple Sender or Receiver links then a ConcurrentModificationException is thrown during the process due to modifying a map whilst iterating its values.