mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:03:11 +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
|
||||
|
@ -211,6 +213,8 @@ void Agent::run() {
|
|||
}
|
||||
}
|
||||
|
||||
NodeList::getInstance()->stopSilentNodeRemovalThread();
|
||||
|
||||
} else {
|
||||
// error in curl_easy_perform
|
||||
qDebug() << "curl_easy_perform for JS failed:" << curl_easy_strerror(curlResult) << "\n";
|
||||
|
|
Loading…
Reference in a new issue