mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 04:57:25 +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;
|
||||
|
||||
NodeList::getInstance()->startSilentNodeRemovalThread();
|
||||
|
||||
while (!_shouldStop) {
|
||||
|
||||
// if we're not hearing from the domain-server we should stop running
|
||||
|
@ -210,6 +212,8 @@ void Agent::run() {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
NodeList::getInstance()->stopSilentNodeRemovalThread();
|
||||
|
||||
} else {
|
||||
// error in curl_easy_perform
|
||||
|
|
Loading…
Reference in a new issue