Skip to content
Commit 5ed0724c authored by Daniel Playfair Cal's avatar Daniel Playfair Cal
Browse files

engine: remove spurious local change notifications

When used with the "fast" (optimistic concurrency) API, the engine library
emits a change notification local to a process after a change is initiated
from that process. Previously, it would emit this notification even if the
newly written value was the same as the previous value (according to that
process's view of the state). After this change, the local change
notification is not sent unless the new value is different from the
current value (as seen by that process).
parent 4f90c792
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment