StompProtocolAndroid icon indicating copy to clipboard operation
StompProtocolAndroid copied to clipboard

Fix parsing messages of type ERROR

Open AlbertTitov opened this issue 2 years ago • 0 comments

Fix parsing messages of type ERROR from STOMP socket.

The exception is "StompClient: Error parsing message - java.util.NoSuchElementException"

There should be a check that we have two empty lines in the message.

AlbertTitov avatar Feb 19 '22 10:02 AlbertTitov