Kevin Lu
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...
Have this issue as well on Arch Linux (6.9.1-arch1-2 kernel version)