parallelchain-io / hotstuff_rs

Rust implementation of the HotStuff consensus algorithm.
34 stars 4 forks source link

`sync_with` infinite loops if SyncResponse is not received #8

Closed lyulka closed 9 months ago

lyulka commented 11 months ago

There is no way to exit the loop inside sync_with. The None case of SyncClientStub::recv_response is not matched.