File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -560,6 +560,8 @@ code, as defined below:
560560|------|---------------------------|
561561| 0x6 | Too Many Subscribes |
562562|------|---------------------------|
563+ | 0x7 | Invalid Subscribe ID |
564+ |------|---------------------------|
563565| 0x10 | GOAWAY Timeout |
564566|------|---------------------------|
565567
@@ -579,6 +581,9 @@ code, as defined below:
579581* Too Many Subscribes: The session was closed because the subscriber used
580582 a Subscribe ID equal or larger than the current Maximum Subscribe ID.
581583
584+ * Invalid Subscribe ID: The session was closed because the subscriber sent
585+ a Joining Fetch with a Subscribe ID that does not exist.
586+
582587* GOAWAY Timeout: The session was closed because the client took too long to
583588 close the session in response to a GOAWAY ({{message-goaway}}) message.
584589 See session migration ({{session-migration}}).
You can’t perform that action at this time.
0 commit comments