Closed francma closed 1 year ago
From https://stomp.github.io/stomp-specification-1.2.html
All commands and header names referenced in this document are case sensitive.
This causes incompatibility with some Stomp clients allowing only upper cased commands (as defined in specification).
Stompest for example: DEBUG:stompest.async.listener:Calling disconnected errback: Unexpected connection loss [Invalid command (version 1.1): 'message']
DEBUG:stompest.async.listener:Calling disconnected errback: Unexpected connection loss [Invalid command (version 1.1): 'message']
Thanks for reporting this issue, I'll take a look at the nearest time.
From https://stomp.github.io/stomp-specification-1.2.html
This causes incompatibility with some Stomp clients allowing only upper cased commands (as defined in specification).
Stompest for example:
DEBUG:stompest.async.listener:Calling disconnected errback: Unexpected connection loss [Invalid command (version 1.1): 'message']