mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 10:28:22 +02:00
actually start domain-server check in timer
This commit is contained in:
parent
2799123b55
commit
a0d6001fa5
1 changed files with 2 additions and 1 deletions
|
@ -72,8 +72,9 @@ void ThreadedAssignment::commonInit(const QString& targetName, NodeType_t nodeTy
|
|||
auto nodeList = DependencyManager::get<NodeList>();
|
||||
nodeList->setOwnerType(nodeType);
|
||||
|
||||
// send a domain-server check in immediately
|
||||
// send a domain-server check in immediately and start the timer to fire them every DOMAIN_SERVER_CHECK_IN_MSECS
|
||||
checkInWithDomainServerOrExit();
|
||||
_domainServerTimer.start();
|
||||
|
||||
// start sending stats packet once we connect to the domain
|
||||
connect(&nodeList->getDomainHandler(), SIGNAL(connectedToDomain(const QString&)), &_statsTimer, SLOT(start()));
|
||||
|
|
Loading…
Reference in a new issue