mirror of https://github.com/zlatinb/muwire
shut down cache client on shutdown
parent
4740e8b4f5
commit
78753d7538
|
@ -318,6 +318,8 @@ public class Core {
|
|||
connectionEstablisher.stop()
|
||||
log.info("shutting down directory watcher")
|
||||
directoryWatcher.stop()
|
||||
log.info("shutting down cache client")
|
||||
cacheClient.stop()
|
||||
log.info("shutting down connection manager")
|
||||
connectionManager.shutdown()
|
||||
if (router != null) {
|
||||
|
|
Loading…
Reference in New Issue