Skip to content

Commit

Permalink
clarify order of sending unsubscribe
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffy committed Sep 30, 2024
1 parent b6b7d56 commit b836962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,8 @@ there are still open subscriptions on a connection.
The GOAWAY message does not immediately impact subscription state. A subscriber
SHOULD individually UNSUBSCRIBE for each existing subscription, while a
publisher MAY reject new SUBSCRIBEs while in the draining state. When the server
is a subscriber, it SHOULD send a GOAWAY message prior to any UNSUBSCRIBE
messages.
is a subscriber, it SHOULD send a GOAWAY message to downstream subscribers prior to any UNSUBSCRIBE
messages to upstream publishers.

After the client receives a GOAWAY, it's RECOMMENDED that the client waits until
there are no more active subscriptions before closing the session with NO_ERROR.
Expand Down

0 comments on commit b836962

Please sign in to comment.