Skip to content
Snippets Groups Projects
Commit 8e862032 authored by Andrey Kleshchev's avatar Andrey Kleshchev
Browse files

SL-15292 waitForChannel crash #2

parent 6b2e66f0
No related branches found
No related tags found
No related merge requests found
...@@ -1326,6 +1326,11 @@ void LLVivoxVoiceClient::logoutOfVivox(bool wait) ...@@ -1326,6 +1326,11 @@ void LLVivoxVoiceClient::logoutOfVivox(bool wait)
result = llcoro::suspendUntilEventOnWithTimeout(mVivoxPump, LOGOUT_ATTEMPT_TIMEOUT, timeoutResult); result = llcoro::suspendUntilEventOnWithTimeout(mVivoxPump, LOGOUT_ATTEMPT_TIMEOUT, timeoutResult);
if (sShuttingDown)
{
break;
}
LL_DEBUGS("Voice") << "event=" << ll_stream_notation_sd(result) << LL_ENDL; LL_DEBUGS("Voice") << "event=" << ll_stream_notation_sd(result) << LL_ENDL;
// Don't get confused by prior queued events -- note that it's // Don't get confused by prior queued events -- note that it's
// very important that mVivoxPump is an LLEventMailDrop, which // very important that mVivoxPump is an LLEventMailDrop, which
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment