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
Log instead of throw when publishAndApply cannot apply locally (RTO20c, RTO20d1)
Replace throwing errors with logging when publishAndApply cannot apply
operations on ACK. The publish has already succeeded on the server, so
throwing would be misleading — operations will be applied via the echo
path instead.
RTO20c1: log error and return if siteCode unavailable
RTO20c2: log error and return if PublishResult.serials has wrong length
RTO20d1: log debug and skip individual operations with null serial
Up to date with spec c57a8f3.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
`operations will not be applied locally: PublishResult.serials has unexpected length (expected ${objectMessages.length}, got ${publishResult.serials?.length}); channel=${this._channel.name}`,
0 commit comments