|
|
|
|
|
by stu_k
975 days ago
|
|
How does one handle an upgrade to mutators? If a client is running old code then the operation will differ to the server. Obvious answer would be to version them independently: `increment_v1`, `increment_v2`, but wondering if there is a better answer? |
|
Right now that window is pretty small because we haven't turned on persistence yet.