mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 20:43:45 +02:00
Merge pull request #5004 from birarda/domain-dtls
fix debug for failed ping to DS
This commit is contained in:
commit
e7ce8706a3
1 changed files with 4 additions and 0 deletions
|
@ -505,9 +505,13 @@ void NodeList::pingPunchForDomainServer() {
|
|||
} else {
|
||||
if (_domainHandler.getICEPeer().getConnectionAttempts() % NUM_DOMAIN_SERVER_PINGS_BEFORE_RESET == 0) {
|
||||
// if we have then nullify the domain handler's network peer and send a fresh ICE heartbeat
|
||||
qCDebug(networking) << "No ping replies received from domain-server with ID"
|
||||
<< uuidStringWithoutCurlyBraces(_domainHandler.getICEClientID()) << "-" << "re-sending ICE query.";
|
||||
|
||||
_domainHandler.getICEPeer().softReset();
|
||||
handleICEConnectionToDomainServer();
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue