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

allow multiple log subscriptions at the same time #5358

Merged
merged 1 commit into from
Sep 16, 2022

Conversation

hexoscott
Copy link
Collaborator

Created to tackle #4030

The shared log subscription that handles logs and passes them back to the filters for the consumer was losing track of the "all addresses" and "all topics" when another subscription came in causing the aggregates count of AllAddresses or AllTopics to rise above 1. This created a scenario where no subscriptions would receive any logs at all as the first check for AllAddresses would fail so the code checks the Addresses collection which is empty so nothing gets through at all.

@revitteth revitteth merged commit cd8cad6 into erigontech:devel Sep 16, 2022
@hexoscott hexoscott deleted the log-topic-issue branch October 12, 2022 09:31
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.

3 participants