shutdown thread pool

pull/490/head
DerekYRC 3 years ago
parent 147ff3753a
commit 6476400e1c

@ -220,6 +220,8 @@ public class PolarisServiceRegistry implements ServiceRegistry<Registration>, Di
@Override
public void destroy() throws Exception {
if (heartbeatExecutor != null) {
heartbeatExecutor.shutdown();
}
}
}

Loading…
Cancel
Save