K2V #293

Merged
lx merged 68 commits from k2v into main 2022-05-10 11:16:58 +00:00
Showing only changes of commit 1747132875 - Show all commits

View file

@ -312,7 +312,7 @@ impl K2VRpcHandler {
) )
}); });
while !value.causal_context().is_newer_than(&ct) { while !value.causal_context().is_newer_than(ct) {
value = chan.recv().await?; value = chan.recv().await?;
} }