Skip to content

Unsubscribing a non-owned subscription #496

Answered by ecorm
ecorm asked this question in Q&A
Discussion options

You must be logged in to vote

DEALER should be implemented such that client's can't know about each other's subscriptions/registrations.

The way I understand it, there is only one subscription ID per topic+match_policy combo, as confirmed by the wamp.subscription.lookup meta procedure.

Several subscribers can associated with the same subscription ID, as confirmed by the wamp.subscription.list_subscribers meta procedure which takes a subscription|id argument and returns a list of subscriber session IDs.

So subscriber IDs are not unique to each subscriber as far as the meta API is concerned.

Unless the meta api was used to forcefully unsubscribe someone. So maybe only in that case, no protocol violation since now the…

Replies: 3 comments 10 replies

Comment options

You must be logged in to vote
7 replies
@ecorm
Comment options

Answer selected by ecorm
@Jopie64
Comment options

@ecorm
Comment options

@ecorm
Comment options

@oberstet
Comment options

Comment options

You must be logged in to vote
2 replies
@oberstet
Comment options

@KSDaemon
Comment options

Comment options

You must be logged in to vote
1 reply
@oberstet
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants