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):
375375If an operation contains ` @defer ` or ` @stream ` directives, execution may also
376376result in an Subsequent Result stream in addition to the initial response. The
377377Subsequent 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.
379385
380386### Publisher Records:
381387
You can’t perform that action at this time.
0 commit comments