mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:24:24 +02:00
fix for domain failed reconnect after disconnect
This commit is contained in:
parent
aae000d50e
commit
687072f19c
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