You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filter subscription's peer management is not ideal so that ping has no peers to use because this.getPeers returns empty array, probably, due to previous renewals.
But at the same time subscription is functioning so that all previously used peers are still returning messages.
Proposed Solutions
This issue requires investigation.
Once renewal has happened - previously used peer should not be used and has to be removed properly.
The text was updated successfully, but these errors were encountered:
During renewal - we add new peer and create a subscription to it without unsubscribing from previous peer AND without disconnecting.
At the same time libp2p still awaits for filter-push here
This is a bug report
Problem
Filter subscription's peer management is not ideal so that
ping
has no peers to use becausethis.getPeers
returns empty array, probably, due to previous renewals.But at the same time subscription is functioning so that all previously used peers are still returning messages.
Proposed Solutions
This issue requires investigation.
Once
renewal
has happened - previously used peer should not be used and has to be removed properly.The text was updated successfully, but these errors were encountered: