Description
During debugging a stomp session I realized that the StompSession's send method does not check if looking up a subscription returns null:
StompSubscription subscription = subscriptions.get(consumer.getID());
This later sometimes results NPEs at:
if (subscription.getAck().equals(Stomp.Headers.Subscribe.AckModeValues.AUTO)) {
Attachments
Issue Links
- links to