You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user A loses connection temporarily and misses changes to a field done by another user B, A will not see the changes by B. When A now changes the field herself, her old state plus her changes are sent to user B, overriding his earlier changes.
Tracking the field state over time, it goes like this:
A and B see foo
A goes offline
B adds bar to the field
A sees foo, B sees foobar
A reconnects, still sees foo
A adds bla to the field
A's change is sent to B
A and B both see foobla
The text was updated successfully, but these errors were encountered:
When a user A loses connection temporarily and misses changes to a field done by another user B, A will not see the changes by B. When A now changes the field herself, her old state plus her changes are sent to user B, overriding his earlier changes.
Tracking the field state over time, it goes like this:
foo
bar
to the fieldfoo
, B seesfoobar
foo
bla
to the fieldfoobla
The text was updated successfully, but these errors were encountered: