Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.2.2.0, 10.3.2.1, 10.4.1.3
-
None
Description
Access to the the list of event listeners is not synchronized properly.
Taken the rather infrequent use of the relevant methods and the small critical sections, I mean it is sufficient to add synchronization to all the methods that access it at the method level. The same approach is taken in ClientPooledConnection (although not followed through consistently, some of the methods are unsynchronized).