Browse Source
Go's State.Update compares the incoming version with the stored version and returns "version mismatch" error if they differ. This provides optimistic concurrency control. The Rust implementation was accepting any version unconditionally.rust-volume-server
1 changed files with 9 additions and 2 deletions
Loading…
Reference in new issue