mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
parent the keepalive timer to the NL thread
This commit is contained in:
parent
d9a1563396
commit
ca84fcd7f4
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ NodeList::NodeList(char newOwnerType, unsigned short socketListenPort, unsigned
|
|||
_nodeTypesOfInterest(),
|
||||
_domainHandler(this),
|
||||
_numNoReplyDomainCheckIns(0),
|
||||
_assignmentServerSocket()
|
||||
_assignmentServerSocket(),
|
||||
_keepAlivePingTimer(this)
|
||||
{
|
||||
setCustomDeleter([](Dependency* dependency){
|
||||
static_cast<NodeList*>(dependency)->deleteLater();
|
||||
|
|
Loading…
Reference in a new issue