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

[core] Made CRcvQueue::m_counter atomic to avoid data race. #2384

Merged

Conversation

maxsharabayko
Copy link
Collaborator

Used for setting the RcvQueue:: worker thread name for logging.

Data race between CRcvQueue::init() and starting srt::CRcvQueue::worker(void*).

Used for setting the RcvQueue:: worker thread name for logging.
@maxsharabayko maxsharabayko added Priority: Low Type: Bug Indicates an unexpected problem or unintended behavior [core] Area: Changes in SRT library core labels Jun 15, 2022
@maxsharabayko maxsharabayko added this to the Next Release milestone Jun 15, 2022
@maxsharabayko maxsharabayko merged commit c9e48bd into Haivision:master Jun 16, 2022
@maxsharabayko maxsharabayko deleted the hotfix/rcvqueue_mcounter branch June 16, 2022 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[core] Area: Changes in SRT library core Priority: Low Type: Bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant