Skip to content

Commit

Permalink
Fix ServerListMgr is not shutdown. (alibaba#9048)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwen5 authored Aug 30, 2022
1 parent 9819820 commit aba8819
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ public void shutdown() throws NacosException {
String className = this.getClass().getName();
LOGGER.info("{} do shutdown begin", className);
ConfigHttpClientManager.getInstance().shutdown();
serverListMgr.shutdown();
LOGGER.info("{} do shutdown stop", className);
}
}

0 comments on commit aba8819

Please sign in to comment.