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

Add missing union on lists in NotificationAdapter #218

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

1nf0rmagician
Copy link
Member

Because of the missing union in the AcknowledgeByFilter method, notifications got removed from the pendingPublications but not acknowledged. Also the ReaderWriterLock got replaced to increase stability by preventing deadlocks.

Complements #217 by resolving the underlying issue

/cc @dacky179

Because of the missing union in the AcknowledgeByFilter method, notifications got removed from the pendingPublications but not acknowledged. Also the ReaderWriterLock got replaced to increase stability by preventing deadlocks.
@Toxantron Toxantron merged commit d6afbee into dev Aug 17, 2023
6 checks passed
@Toxantron Toxantron deleted the fix/notification-race-condition branch August 17, 2023 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants