Skip to content

Commit

Permalink
fixes #730
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinChenYan committed Jun 22, 2020
1 parent e3aacaf commit fc99050
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ private List<URL> discovery(String protocol, String serviceId, String tag) {
}
urls = registry.discover(subscribeUrl);
if(logger.isDebugEnabled()) logger.debug("discovered urls = " + urls);
serviceMap.put(serviceId, urls == null ? new ArrayList<>() : urls);
}
//if doesn't specify envTag at all, return all the urls
if(tag == null) {return urls;}
Expand Down

0 comments on commit fc99050

Please sign in to comment.