[FIRE-31581] - OpenSim Hypergrid hop causes inifinite loop in voice reconnect.
parent
199db94c3b
commit
40aeff848c
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue