Changeset 62304 for branches/7.0/src/wp-includes/collaboration/class-wp-http-polling-sync-server.php
- Timestamp:
- 05/06/2026 05:27:19 AM (4 months ago)
- Location:
- branches/7.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/collaboration/class-wp-http-polling-sync-server.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0
-
branches/7.0/src/wp-includes/collaboration/class-wp-http-polling-sync-server.php
r62283 r62304 499 499 } 500 500 501 // Reaching this point means there's a newer compaction, so we can 502 // silently ignore this one. 503 return true; 501 /* 502 * A newer compaction already advanced the cursor, but we 503 * can not safely drop an update. The incoming bytes still encode 504 * operations other clients may not have seen, so store them as a 505 * regular update. Y.applyUpdateV2 merges state-as-update blobs 506 * idempotently, so overlap with the existing compaction is safe. 507 */ 508 return $this->add_update( $room, $client_id, self::UPDATE_TYPE_UPDATE, $data ); 504 509 505 510 case self::UPDATE_TYPE_SYNC_STEP1:
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)