Prem Chaitanya Prathi
Prem Chaitanya Prathi
`Renew peer if filter ping fails on a node` Not sure if we can depend on this as expected filter ping duration is 1 minute. Maybe better to listen on...
> Coding a PR for this - this will ensure that filter requests for each particular filter are not out-of-order. Thanks! Just wanted to track this separately as the original...
@vpavlin , noticed while reviewing issues that i had created this to track rate-limiting for light-protocols in status-go. I remember you are working on this, and hence assigned this to...
Relay mode connection health reporting is already addressed in [waku-org/go-waku#1021](https://github.com/waku-org/go-waku/issues/1021)
> Thanks, we have seen this issue again but on a good connection I understand why messages were not sent before we identify network is disconnected. But this seems strange,...
> > > Thanks, we have seen this issue again but on a good connection > > > > > > I understand why messages were not sent before we...
> This 100% happens, it's easy to replicate, cut off internet just before sending a message and you will get an half open connection, we had this problem on wakuv1...
> It's back again: `TestBasicWakuV2: 80.0% (16 of 20 failed)` cc @chaitanyaprem looks like staging fleet connectivity is having some issues due to https://github.com/status-im/infra-shards/issues/33 which is causing test to fail...
> > looks like staging fleet connectivity is having some issues due to [status-im/infra-shards#33](https://github.com/status-im/infra-shards/issues/33) which is causing test to fail randomly. > > Hmmm, maybe we should consider re-writing tests,...
Have noticed that many tests still use `clusterID` as 0 and `useShardAsDefaultTopic` set to false. This needs to be fixed to use defaultClusterID 16 and shard as 32. eg :...