Closed
Description
Chris Mathias opened SPR-11328 and commented
Multi-message frames over STOMP. If I am connecting over websocket and in a single frame pass two messages (e.g. a page is setting up a list of subscribers on bootstrap of a SPA) the spring/stomp bit only recognizes the first message, the rest just disappear as if they weren't sent. With the control character it should be possible to recognize a list of messages. Will this be supported?
I am using the STOMP library for Dart and it may be an artifact of that library not sending two frames when it should.
Issue Links:
- Support receiving fragmented STOMP frames [SPR-11527] #16152 Support receiving fragmented STOMP frames