Skip to content

Commit

Permalink
Always handle subscription IDs in session.unsubscribe if provided (#867)
Browse files Browse the repository at this point in the history
* Always handle subscription IDs in session.unsubscribe if provided

* add a note
  • Loading branch information
OrKoN authored Jan 24, 2025
1 parent d11969b commit 1d0fcc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2102,7 +2102,9 @@ and will be removed in the future versions.
<div algorithm="remote end steps for session.unsubscribe">
The [=remote end steps=] with |session| and |command parameters| are:

1. If |command parameters| matches the <code>session.UnsubscribeByAttributesRequest</code> production:
1. If |command parameters| does not [=map/contain=] "<code>subscriptions</code>":

Note: The condition implies that |command parameters| is matching the session.UnsubscribeByAttributesRequest production.

1. Let |event names| be an empty [=/set=].

Expand Down

0 comments on commit 1d0fcc1

Please sign in to comment.