[FIRE-31581] - OpenSim Hypergrid hop causes inifinite loop in voice reconnect.

master
Beq 2022-04-15 02:22:04 +01:00
parent 199db94c3b
commit 40aeff848c
1 changed files with 2 additions and 2 deletions

View File

@ -2126,7 +2126,7 @@ bool LLVivoxVoiceClient::waitForChannel()
{
LL_INFOS("Voice") << "Session requesting reprovision and login." << LL_ENDL;
requestRelog();
break;
// break;// <FS:Beq/> Fix broken state model
}
else if (mNextAudioSession)
{
@ -2135,7 +2135,7 @@ bool LLVivoxVoiceClient::waitForChannel()
if (!runSession(joinSession)) //suspends
{
LL_DEBUGS("Voice") << "runSession returned false; leaving inner loop" << LL_ENDL;
break;
// break; <FS:Beq/> Fix broken state model
}
else
{