Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0
-
None
-
Unknown
Description
There is an issue for the server to reliably transmit the entire message.
The original server side (i.e., Destination) implementation associates each write operation from the application to a websocket write operation. When the message is large and split in this way, this will confuse the client to interpret the message.
Either the fragment flag must be set at the write operation at the server or the message must be buffered (if the client is not supporting the fragment).