Reject out-of-order op ack messages (#23163)

GitOrigin-RevId: 50c48282e93925a8c40be72e8fc0b8a72d39d82d
This commit is contained in:
Alf Eaton
2025-01-29 09:19:26 +00:00
committed by Copybot
parent 8f11bc6270
commit af86239f03

View File

@@ -1106,7 +1106,7 @@ export const { Doc } = (() => {
meta: { msg, version: this.version }
}
})
// return // TODO: enable this
return
}
} else {
if (msg.v < this.version) {