1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
Kaveh Vahedipour 2016-03-23 19:14:49 +01:00
commit f774a3969a
1 changed files with 4 additions and 0 deletions

View File

@ -450,6 +450,10 @@ void ApplicationCluster::stop() {
}
}
while (_heartbeat->isRunning()) {
usleep(50000);
}
// ClusterComm::cleanup();
AgencyComm::cleanup();
}