mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:24:36 +02:00
run the silent node removal thread in the agent
This commit is contained in:
parent
3df07d344f
commit
d97292a4f1
1 changed files with 4 additions and 0 deletions
|
@ -143,6 +143,8 @@ void Agent::run() {
|
||||||
|
|
||||||
int thisFrame = 0;
|
int thisFrame = 0;
|
||||||
|
|
||||||
|
NodeList::getInstance()->startSilentNodeRemovalThread();
|
||||||
|
|
||||||
while (!_shouldStop) {
|
while (!_shouldStop) {
|
||||||
|
|
||||||
// if we're not hearing from the domain-server we should stop running
|
// if we're not hearing from the domain-server we should stop running
|
||||||
|
@ -210,6 +212,8 @@ void Agent::run() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NodeList::getInstance()->stopSilentNodeRemovalThread();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// error in curl_easy_perform
|
// error in curl_easy_perform
|
||||||
|
|
Loading…
Reference in a new issue