Skip to content

Commit fade83e

Browse files
remove RTO24d
added in f9dc077 but actually would be better off in the UTS
1 parent f9dc077 commit fade83e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

specifications/objects-features.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,6 @@ Objects feature enables clients to store shared data as "objects" on a channel.
307307
- `(RTO24c2b)` With `depth = 1`: covers `["users"]`; does not cover `["users", "emma"]` or any deeper path
308308
- `(RTO24c2c)` With `depth = 2`: covers `["users"]` and `["users", "emma"]`; does not cover `["users", "emma", "visits"]` or any deeper path
309309
- `(RTO24c2d)` With any `depth`: does not cover `["admins"]` or `["userPosts"]`, since the subscription path is not a prefix of either
310-
- `(RTO24d)` (non-normative) Consequences of the dispatch model in [RTO24b](#RTO24b):
311-
- `(RTO24d1)` Each subscription receives at most one notification per `pathToThis`. When the same subscription's subscribed path covers both `pathToThis` and one of the longer candidate paths derived from it, the shorter `pathToThis` is the one reported to the listener
312-
- `(RTO24d2)` A subscription whose subscribed path is `parentMap.someKey` still receives notifications when the parent map emits a `LiveMapUpdate` mentioning `someKey`, even though the underlying `LiveObjectUpdate` is emitted by the parent map, not by the entry's object
313310

314311
### LiveObject
315312

0 commit comments

Comments
 (0)