Kevin Lu

Results 2 comments of Kevin Lu

We've implemented something similar to this: > ```rust > struct BackoffNetwork { > backoff: Instant, > inner: N, > } > > impl RaftNetwork for BackoffNetwork { > fn send_append_entries(&mut...

I've been digging around, and the weird thing is that with the current code on Github, giving a list to the metadata like in your example wiill work. However, at...