threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

weird error on federation between mainnet relays #193

Closed Omarabdul3ziz closed 3 months ago

Omarabdul3ziz commented 3 months ago

Versions

relay2 >> relay.02.grid.tf deployed with version 1.2.1 ninja relay >> relay.bknd1.ninja.tf deployed with version 1.2.1

Issue

two peers one connected to relay2 and the other connected to ninja relay. shows an error in relay1 which is not involved anywhere

  relays '["relay.grid.tf"]' was not reachable in time

Reproduce

using the examples from the rmb-sdk

muhamadazmy commented 3 months ago

there are many parts involved here and can cause this issue to happen as follows:

Solution: The solution actually suggested here to implement a cache that reflects changes to the chain as they happen (with a minimal delay) so such issue is resolved immediately

Omarabdul3ziz commented 3 months ago

yes, verified with different twins on the three relays and they can talk to each other, so yes was mostly cached