esa / mo-services-java

ESA's Java implementation of the CCSDS MO services
Other
12 stars 5 forks source link

ConcurrentModificationException fix in TCPIPConnectionPoolManager #25

Closed OrangeLightning219 closed 1 year ago

OrangeLightning219 commented 1 year ago

This pull request fixes a ConcurrentModificationException in TCPIPConnectionPoolManager that could happen if there's more than one entry in the connections map.