-
Notifications
You must be signed in to change notification settings - Fork 42
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
fix: subscription RPC & added test subscriptions #1587
Conversation
size-limit report 📦
|
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.
so, essentially nothing broke but it wouldn't work as intended?
@@ -25,6 +25,8 @@ describe("Waku Light Push [node only] - custom pubsub topic", function () { | |||
nwaku, | |||
customPubSubTopic | |||
); | |||
|
|||
await nwaku.ensureSubscriptions([customPubSubTopic]); |
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.
We have other tests using a custom pubsub topic, no?
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.
Yes but subscriptions is required only if you want to check the nwaku message cache.
Yes exactly |
I totally messed up my previous PR #1572
This PR should fix the problem for real this time! Sorry about that!