File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -1631,18 +1631,17 @@ the publisher MUST return FETCH_ERROR with error code 'No Objects'.
16311631
16321632# ## Calculating the Range of a Joining Fetch
16331633
1634- A publisher which receives a Fetch message with a Fetch Type of 0x2 treats it
1634+ A publisher that receives a Fetch of type Type 0x2 treats it
16351635as a Fetch with a range dynamically determined by the Preceding Group Offset
1636- field and field values derived from the corresponding SUBSCRIBE message
1637- (hereafter "the Subscribe").
1636+ and field values derived from the corresponding subscription.
16381637
16391638The Largest Group ID and Largest Object ID values from the corresponding
16401639subscription are used to calculate the end of a Joining Fetch so the Objects
1641- retrieved by the Fetch and Subscribe are contiguous and non-overlapping.
1642- If no Objects have been published for the track, so the SUBSCRIBE_OK has a
1640+ retrieved by the FETCH and SUBSCRIBE are contiguous and non-overlapping.
1641+ If no Objects have been published for the track, and the SUBSCRIBE_OK has a
16431642ContentExists value of 0, the publisher responds with a FETCH_ERROR.
16441643
1645- The publisher receiving a Joining Fetch computes the fetch range as follows :
1644+ The publisher receiving a Joining Fetch computes the range as follows :
16461645
16471646* Fetch StartGroup: Subscribe Largest Group - Preceding Group Offset
16481647* Fetch StartObject: 0
You can’t perform that action at this time.
0 commit comments