Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #24395 broke "user" destinations #26983

Closed
alienisty opened this issue May 27, 2021 · 2 comments
Closed

Issue #24395 broke "user" destinations #26983

alienisty opened this issue May 27, 2021 · 2 comments

Comments

@alienisty
Copy link

alienisty commented May 27, 2021

Affects: 5.3

User destinatinations are registered using the subscription-id and therefore they get ignored in SessionInfo in case the related "topic" destination has been registered before.
The optimisation performed in #24395 has removed such support by trying to optimise cache lookup, expecting that the subscription-id was unique for a destination, which is not. The same submission-id can be used for multiple destination, that is.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label May 27, 2021
@nkavtur
Copy link

nkavtur commented Sep 20, 2021

Having same problem. One ws connection establishes two subscriptions to my app.
Both of them having same sessionId and subscriptionId. DefaultSubscriptionRegistry registers only first one.

@alienisty
Copy link
Author

Hi @nkavtur try reading #26986, specifically #26986 (comment) and following comments should help you solve your problem.

This issue should probably by closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants