mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fix reloading content in serverless domain
This commit is contained in:
parent
585fb1939f
commit
2bc3047db1
1 changed files with 1 additions and 0 deletions
|
@ -211,6 +211,7 @@ void DomainHandler::setURLAndID(QUrl domainURL, QUuid domainID) {
|
||||||
// if it's in the error state, reset and try again.
|
// if it's in the error state, reset and try again.
|
||||||
if (_domainURL != domainURL
|
if (_domainURL != domainURL
|
||||||
|| (_sockAddr.getPort() != domainPort && domainURL.scheme() == URL_SCHEME_HIFI)
|
|| (_sockAddr.getPort() != domainPort && domainURL.scheme() == URL_SCHEME_HIFI)
|
||||||
|
|| isServerless() // For reloading content in serverless domain.
|
||||||
|| _isInErrorState) {
|
|| _isInErrorState) {
|
||||||
// re-set the domain info so that auth information is reloaded
|
// re-set the domain info so that auth information is reloaded
|
||||||
hardReset("Changing domain URL");
|
hardReset("Changing domain URL");
|
||||||
|
|
Loading…
Reference in a new issue