owt-client-android icon indicating copy to clipboard operation
owt-client-android copied to clipboard

Fix traversal crash of queuedRemoteCandidates

Open AoEiuV020 opened this issue 3 years ago • 0 comments

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.

AoEiuV020 avatar Sep 10 '21 03:09 AoEiuV020