@xema/omni-protocol 0.1.21 → 0.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/guide.md +1 -1
- package/package.json +1 -1
package/guide.md
CHANGED
|
@@ -1871,7 +1871,7 @@ Returns the provider's complete authoritative state at one point in time.
|
|
|
1871
1871
|
order.
|
|
1872
1872
|
- `tasks` must contain every task currently owned by this agent for this provider.
|
|
1873
1873
|
- A snapshot replaces Omni's state for this provider; it is not a partial patch.
|
|
1874
|
-
- The adapter may return synchronously when it already holds current live values,
|
|
1874
|
+
- The adapter may return synchronously when it already holds current live values, or
|
|
1875
1875
|
asynchronously when it must obtain state.
|
|
1876
1876
|
|
|
1877
1877
|
### `Connection.subscribe(listener)`
|