-
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
feat: improve offline recoverability of Filter #2024
Comments
@danisharora099 would be happy to hear your opinion on the approach |
Thanks for documenting @weboko. I'd see these two cases under the same umbrella, as application is not aware if it's a peer disconnection or an internet connection loss -- both of them need to be inferred by recurring Filter pings failing:
-- |
@weboko I see this is in progress. I'm curious of how this will be actioned. Can you help share your POV to this?
|
Note: the Filter pings and renewals is a part of #2002. The scope of this issue is solving for js-waku's disconnection |
Should be resolved with #2049 |
This is a feature request
Problem
Currently once
js-waku
looses and then recovers connection (either Internet or to all peers) - existing Filter subscriptions misbehave.Proposed Solutions
If internet connection was lost:
If peers were disconnected:
These are things that helped me to recover subscriptions during my local experimentation.
Notes
Part of #2154
The text was updated successfully, but these errors were encountered: