diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-09-21 22:33:57 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:01 -0800 |
commit | 3f1fa296696086efe618bdbd3c6f636b6e1163b1 (patch) | |
tree | 0cbf427ad7fbcf7a6445ae69006a3641c4688063 /indra/llwebrtc | |
parent | f1f1bccad299f6cb70cb9f439872a5f702e8f972 (diff) |
deal with add/remove of participants more effectively.
Diffstat (limited to 'indra/llwebrtc')
-rw-r--r-- | indra/llwebrtc/llwebrtc.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llwebrtc/llwebrtc.cpp b/indra/llwebrtc/llwebrtc.cpp index 77b050cbd0..1913786c0b 100644 --- a/indra/llwebrtc/llwebrtc.cpp +++ b/indra/llwebrtc/llwebrtc.cpp @@ -87,11 +87,6 @@ void LLWebRTCImpl::terminate() mDeviceModule = nullptr; } }); - - mNetworkThread->Stop(); - mWorkerThread->Stop(); - mSignalingThread->Stop(); - } |