-
Notifications
You must be signed in to change notification settings - Fork 791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed deadlock between stream and ICE #3801
Conversation
Is this deadlock scenario still possible?
|
You're right. I have checked that I haven't found a proper solution though. Some ideas:
|
Perhaps only consider this if there is no 'easy' solution.
Not sure if I understand this correctly, If you mean removing Btw, how about using transport group lock for RTCP? |
It is reported that a deadlock can occur between stream and ICE:
The issue occurs because of the added locking when sending RTCP in #3528 .