File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,13 @@ Unsubscribe(responseStream):
375
375
If an operation contains ` @defer ` or ` @stream ` directives, execution may also
376
376
result in an Subsequent Result stream in addition to the initial response. The
377
377
Subsequent Results may be published lazily as requested by a Publisher, whose
378
- state is held in a Publisher Record.
378
+ state is held in a Publisher Record and within Subsequent Result and Incremental
379
+ Data Records referenced therein. Details about the records are listed below,
380
+ following which the algorithms accessing and manipulating this state are given.
381
+
382
+ Note: To mitigate concurrency-related issues, it is recommended that the
383
+ Publisher ensures all operations that access and manipulate incremental delivery
384
+ state are performed atomically.
379
385
380
386
### Publisher Records:
381
387
You can’t perform that action at this time.
0 commit comments