Skip to content
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

RSDK-8941: Remove mutex dependence on base channel closed state variable. #391

Merged
merged 12 commits into from
Nov 19, 2024

Conversation

dgottlieb
Copy link
Member

In the absence of a lock ordering between wrtc channels and their streams, we
can avoid deadlocks by using atomics instead of locks. To the degree that
substitution is correct is for another time.

@viambot viambot added the safe to test Mark as safe to test label Nov 18, 2024
@viambot viambot added safe to test Mark as safe to test and removed safe to test Mark as safe to test labels Nov 18, 2024
Copy link
Member

@cheukt cheukt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@viambot viambot added safe to test Mark as safe to test and removed safe to test Mark as safe to test labels Nov 18, 2024
@viambot viambot added safe to test Mark as safe to test and removed safe to test Mark as safe to test labels Nov 18, 2024
@dgottlieb dgottlieb merged commit 7633571 into viamrobotics:main Nov 19, 2024
6 checks passed
@dgottlieb dgottlieb deleted the RSDK-8941 branch November 19, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test Mark as safe to test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants