@@ -564,8 +564,6 @@ code, as defined below:
564564|------|---------------------------|
565565| 0x6 | Too Many Subscribes |
566566|------|---------------------------|
567- | 0x7 | Invalid Subscribe ID |
568- |------|---------------------------|
569567| 0x10 | GOAWAY Timeout |
570568|------|---------------------------|
571569
@@ -585,9 +583,6 @@ code, as defined below:
585583* Too Many Subscribes: The session was closed because the subscriber used
586584 a Subscribe ID equal or larger than the current Maximum Subscribe ID.
587585
588- * Invalid Subscribe ID: The session was closed because the subscriber sent
589- a Joining Fetch with a Subscribe ID that does not exist.
590-
591586* GOAWAY Timeout: The session was closed because the peer took too long to
592587 close the session in response to a GOAWAY ({{message-goaway}}) message.
593588 See session migration ({{session-migration}}).
@@ -1464,8 +1459,7 @@ is a variable length integer that MUST be unique and monotonically increasing
14641459within a session. For a Standalone Fetch a new Subscribe ID MUST be used. For
14651460a Joining Fetch, the Subscribe ID MUST correspond to a Subscribe which has already
14661461been sent. If a publisher receives a Joining Fetch with a Subscribe ID that does
1467- not correspond to an existing Subscribe, it MUST close the session with an
1468- Invalid Subscribe ID error.
1462+ not correspond to an existing Subscribe, it MUST respond with a Fetch Error.
14691463
14701464* Subscriber Priority: Specifies the priority of a fetch request relative to
14711465other subscriptions or fetches in the same session. Lower numbers get higher
0 commit comments