K2V #293
1 changed files with 1 additions and 1 deletions
|
@ -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?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue