waku-org / js-waku

JavaScript implementation of Waku v2
https://js.waku.org
Apache License 2.0
162 stars 41 forks source link

feat(lightpush): renew peers upon `send` failures #2045

Closed danisharora099 closed 2 weeks ago

danisharora099 commented 2 weeks ago

This is a feature request

Problem

In cases where a lightpush request sent results in an error, for whatever reason, we return that to the library consumer.

Proposed Solutions

In the spirit of increasing inherent reliably, LightPush should be able to renew a node if a peer fails.

danisharora099 commented 2 weeks ago

resolved by https://github.com/waku-org/js-waku/pull/2003