vsr-rs icon indicating copy to clipboard operation
vsr-rs copied to clipboard

Remove `on_idle()` from Replica

Open penberg opened this issue 1 year ago • 0 comments

We need to make Replica keep track of (logical) time so that it can detect timeouts based on the tick() event. This simplifies simulation as well because we can, for example, just stop generating messages from primary and the backups will detect it's down on their own and initiate a view change.

penberg avatar May 06 '23 09:05 penberg