Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
5.2.0
-
None
Description
UpdateLIstenerHub was changed in 5.2 to use a WeakReference to its listener; however, it uses a CopyOnWriteArrayList under the covers, and an Iterator from that, a Iterator.remove() is unsupported for CopyOnWriteArrayList.