Merge pull request #15993 from luiscuenca/WLDisplayErrorWhenNotConnected

BUGZ-815: WL Display error when connection fails
This commit is contained in:
Ryan Huffman 2019-07-26 13:23:14 -07:00 committed by GitHub
commit 2de26ff653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -410,8 +410,8 @@ void LauncherManager::getMostRecentBuilds(CString& launcherUrlOut, CString& laun
error = LauncherUtils::ResponseError::ParsingJSON;
}
}
onMostRecentBuildsReceived(response, error);
}
onMostRecentBuildsReceived(response, error);
};
LauncherUtils::httpCallOnThread(L"HQ Launcher",
L"thunder.highfidelity.com",