mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 11:54:20 +02:00
Merge pull request #3957 from birarda/master
fix for domain failed reconnect after disconnect
This commit is contained in:
commit
1ea25db237
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ void DomainHandler::hardReset() {
|
|||
|
||||
qDebug() << "Hard reset in NodeList DomainHandler.";
|
||||
_iceDomainID = QUuid();
|
||||
_iceServerSockAddr = HifiSockAddr();
|
||||
_hostname = QString();
|
||||
_sockAddr.setAddress(QHostAddress::Null);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue