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
Fix clearing buffered object operations during sync sequence
Buffered object operations must be cleared on every ATTACHED message,
not at the start of a new OBJECT_SYNC sequence. If HAS_OBJECTS is set
on ATTACHED, the server will deliver a sync sequence following the
attachment, guaranteeing that the objects in that sequence include at
least all operations up to the attach point. If HAS_OBJECTS is not set,
the client performs an implicit sync sequence by transitioning to
SYNCING and immediately clearing local state.
Read more in LODR-058 [1] and the specification change [2].
Resolves AIT-285
[1] https://ably.atlassian.net/wiki/x/NQAEHgE
[2] ably/specification#416
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments