mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
f774a3969a
|
@ -450,6 +450,10 @@ void ApplicationCluster::stop() {
|
|||
}
|
||||
}
|
||||
|
||||
while (_heartbeat->isRunning()) {
|
||||
usleep(50000);
|
||||
}
|
||||
|
||||
// ClusterComm::cleanup();
|
||||
AgencyComm::cleanup();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue