threefoldtech / rmb-rs

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

[rmb-peer] gets stuck on updating the twin object information #127

Closed muhamadazmy closed 1 year ago

muhamadazmy commented 1 year ago

Seems that during the main-net update, there were many nodes doing updates to their twin information, hence some update requests where rejected (because blocks get full). the tfchain client used by rmb didn't handle this well and instead got stuck on the update forever (instead of failing)

Hence some nodes are now not reachable over rmb.

This issue is more related to the tfchain client, than rmb

https://github.com/threefoldtech/tfchain/tree/development/clients/tfchain_client_rs