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

Event Aggregator uses Write lock for all senders #1200

Closed
Kethku opened this issue Feb 7, 2022 · 1 comment
Closed

Event Aggregator uses Write lock for all senders #1200

Kethku opened this issue Feb 7, 2022 · 1 comment
Labels
bug Something isn't working refactor Refactoring to be done

Comments

@Kethku
Copy link
Member

Kethku commented Feb 7, 2022

We are using an RwLock for the parent_senders and unclaimed receivers when we should instead use an upgradable read to prevent deadlocks/unnecessary contention.

@Kethku Kethku added the bug Something isn't working label Feb 7, 2022
@Kethku Kethku added the refactor Refactoring to be done label Apr 9, 2023
@fredizzimo
Copy link
Member

This was fixed by this #1860

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working refactor Refactoring to be done
Projects
None yet
Development

No branches or pull requests

2 participants