-
Notifications
You must be signed in to change notification settings - Fork 45
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 subs for same (peer, contentFilter) pairs #762
Conversation
Jenkins BuildsClick to see older builds (44)
|
897a4d8
to
7076dd3
Compare
488fc55
to
035dc75
Compare
Out of curiosity, unable to understand a use-case where we would want something like this. Wouldn't this cause stale older subscriptions to remain and references lost to them in the filterClient? |
Testing this in status-im/status-go#4020
Probably caused by #759 |
Nope, i think i figured out the issue for this. Handled in commit 0377ce8 |
You can try with this branch once and confirm |
@chaitanyaprem sorry i've just noticed your comments here, left more context in #766. I was able to check that this fixes the issue. Can you please review other changes in this specific PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
If you merge this PR, please squash your commits, and use the prefix feat:
or fix:
to follow the commit convention we're using in go-waku
Good question! We had a meeting earlier on with @cammellos and @richard-ramos on this (results: status-im/status-go#4042 (comment)). |
7d77b67
to
64f3da6
Compare
…ific Also merge FilterSubscribe and FilterUnsubscribe options/params
391b05b
to
915f77f
Compare
Following changes are included: