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

Thread safety issues within BasicStatusManager #858

Open
mches opened this issue Sep 10, 2024 · 0 comments
Open

Thread safety issues within BasicStatusManager #858

mches opened this issue Sep 10, 2024 · 0 comments

Comments

@mches
Copy link

mches commented Sep 10, 2024

Within BasicStatusManager, operations around the encapsulated collections appear to be thread-safe. However, updates to count and level could be temporarily or permanently invisible to other threads, or simply lost, due to lack of synchronization and non-atomic read-modify-write operations.

I offer a performant non-blocking solution in PR #851.

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

No branches or pull requests

1 participant