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

#1810 P25 Voice Frame List Concurrent Modification Error #1833

Merged
merged 1 commit into from Feb 10, 2024

Conversation

DSheirer
Copy link
Owner

P25 Voice Frame List concurrent modification error. Added synchronized to method to deconflict when the audio module or the binary frame recorder can access the message list and not step on each other. Issue was noted in the phase 2 module, but updated the phase 1 module as well to protect against the issue.

Closes #1810

…onized to method to deconflict when the audio module or the binary frame recorder can access the message and not step on each other. Issue was noted in the phase 2 module, but update the phase 1 module as well to protect against the issue.
@DSheirer DSheirer added this to the Version 0.6.1 milestone Feb 10, 2024
@DSheirer DSheirer self-assigned this Feb 10, 2024
@DSheirer DSheirer merged commit f6c4cc8 into master Feb 10, 2024
3 checks passed
@DSheirer DSheirer deleted the 1810-p25-voice-frame-concurrent-mod-error branch February 10, 2024 08:41
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.

P25-2 Decoder - Concurrent Modification Error
1 participant