mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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(),
|
_nodeTypesOfInterest(),
|
||||||
_domainHandler(this),
|
_domainHandler(this),
|
||||||
_numNoReplyDomainCheckIns(0),
|
_numNoReplyDomainCheckIns(0),
|
||||||
_assignmentServerSocket()
|
_assignmentServerSocket(),
|
||||||
|
_keepAlivePingTimer(this)
|
||||||
{
|
{
|
||||||
setCustomDeleter([](Dependency* dependency){
|
setCustomDeleter([](Dependency* dependency){
|
||||||
static_cast<NodeList*>(dependency)->deleteLater();
|
static_cast<NodeList*>(dependency)->deleteLater();
|
||||||
|
|
Loading…
Reference in a new issue