open-webrtc-toolkit / owt-client-android

Open WebRTC Toolkit client SDK for Android applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
194 stars 96 forks source link

Fix traversal crash of queuedRemoteCandidates #280

Open AoEiuV020 opened 3 years ago

AoEiuV020 commented 3 years ago

It is also dangerous to use a for loop to traverse the list outside the pc thread. Especially when the code running efficiency is slowed down in debug mode, it is more likely to cause a crash when the remove is executed before the loop is completed.