mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 01:10:44 +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.";
|
qDebug() << "Hard reset in NodeList DomainHandler.";
|
||||||
_iceDomainID = QUuid();
|
_iceDomainID = QUuid();
|
||||||
|
_iceServerSockAddr = HifiSockAddr();
|
||||||
_hostname = QString();
|
_hostname = QString();
|
||||||
_sockAddr.setAddress(QHostAddress::Null);
|
_sockAddr.setAddress(QHostAddress::Null);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue