Skip to content

Commit

Permalink
fixes #827 update service with the right key
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Nov 22, 2020
1 parent f8b87ac commit 1647019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ protected List<URL> doDiscover(URL url) {
urls = serviceCache.get(key);
if (urls == null || urls .isEmpty()) {
ConcurrentHashMap<String, List<URL>> serviceUrls = lookupServiceUpdate(protocol, serviceId, tag);
updateServiceCache(serviceId, serviceUrls, false);
updateServiceCache(key, serviceUrls, false);
urls = serviceCache.get(key);
}
}
Expand Down

0 comments on commit 1647019

Please sign in to comment.