You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the equals() and hashcode() methods have not been implemented in the private class DefaultSubscriptionRegistry.Subscription. This has the effect of allowing duplicate subscriptions with the same identifier into the Set<Subscription> held by each key in SessionSubscriptionInfo.destinationLookup. This seems like a bug, although it's possible that STOMP allows for duplicate subscriptions using the same subscription-Id?