Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
2.3.0, 2.4.0, 2.4.1, 2.4.2, 2.5.0, 2.6.0
Description
ServiceDiscoveryImpl.registerService() remembers service registrations in a map. However updateService() does not update the map.
This causes a wrong registration in the case of a RECONNECT - e.g. reRegisterServices() called by the ConnectionStateListener registers the old ServiceInstance instead of the updated one.