summaryrefslogtreecommitdiff
path: root/indra/llwebrtc
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2023-09-21 22:33:57 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-02-08 18:34:01 -0800
commit3f1fa296696086efe618bdbd3c6f636b6e1163b1 (patch)
tree0cbf427ad7fbcf7a6445ae69006a3641c4688063 /indra/llwebrtc
parentf1f1bccad299f6cb70cb9f439872a5f702e8f972 (diff)
deal with add/remove of participants more effectively.
Diffstat (limited to 'indra/llwebrtc')
-rw-r--r--indra/llwebrtc/llwebrtc.cpp5
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();
-
}