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

#1856 DMR Channel - Threading Deadlock #1857

Merged
merged 1 commit into from Feb 13, 2024

Conversation

DSheirer
Copy link
Owner

Resolves issue in DMR traffic channel manager that allowed a threading dead-lock to occur. Removes synchronized method access since this method is already protected by the reentrant lock.

…hod access since content access is already protected by the reentrant lock. The synchronized method is redundant and also causing the dead-lock.
@DSheirer DSheirer self-assigned this Feb 13, 2024
@DSheirer DSheirer added this to the Version 0.6.1 milestone Feb 13, 2024
@DSheirer DSheirer merged commit f5938fa into master Feb 13, 2024
3 checks passed
@DSheirer DSheirer deleted the 1856-dmr-traffic-manager-thread-deadlock branch February 13, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant