We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a bug report
When maintainPeers happens from the background in BaseProtocol - it does not notify SubscriptionManager to send a subscription request.
BaseProtocol
SubscriptionManager
Due to this messages are not getting received when subscription was created right on start of an app without reliable peers.
Create a notify mechanism that would trigger subscription request if renew happened in BaseProtocol.
Partially blocks - waku-org/lab.waku.org#68
The text was updated successfully, but these errors were encountered:
Seems not to be happening against waku-org/lab.waku.org#83 with @waku/[email protected]
@waku/[email protected]
Sorry, something went wrong.
weboko
No branches or pull requests
This is a bug report
Problem
When maintainPeers happens from the background in
BaseProtocol
- it does not notifySubscriptionManager
to send a subscription request.Due to this messages are not getting received when subscription was created right on start of an app without reliable peers.
Proposed Solutions
Create a notify mechanism that would trigger subscription request if renew happened in
BaseProtocol
.Note
Partially blocks - waku-org/lab.waku.org#68
The text was updated successfully, but these errors were encountered: