Update Frames authored by Nicolas Pope's avatar Nicolas Pope
...@@ -72,7 +72,7 @@ Data is synchronised and organised into discrete frames that are represented by ...@@ -72,7 +72,7 @@ Data is synchronised and organised into discrete frames that are represented by
* **3.1.3** Timestamps of received changes must be less than or equal to the timestamp of subsequently created or dispatched `Frame`s to which they are applied. * **3.1.3** Timestamps of received changes must be less than or equal to the timestamp of subsequently created or dispatched `Frame`s to which they are applied.
* **3.1.4** Data channel storage mode is respected, meaning such changes can be overridden and lost for `aggregate` and `transient` modes. * **3.1.4** Data channel storage mode is respected, meaning such changes can be overridden and lost for `aggregate` and `transient` modes.
* **3.1.5** Received changes are marked as changes in the corresponding `Frame` being formed. * **3.1.5** Received changes are marked as changes in the corresponding `Frame` being formed.
* **3.1.6** A dispatched `Frame` is marked as `flushed`. * **3.1.6** A dispatched `Frame` is marked as `flushed`. [REMOVE]
* **3.1.7** A created `Frame` is not marked as `flushed`. * **3.1.7** A created `Frame` is not marked as `flushed`.
* **3.1.8** Frames received whilst processing previous `Frame` are merged using storage rules and most recent timestamp. * **3.1.8** Frames received whilst processing previous `Frame` are merged using storage rules and most recent timestamp.
... ...
......