Hi, I am working on a project where image-data is streamed down to the client continuously using websockets. Because receiving binary data is not implemented, I am sending base64 encoded image-data using Jetty's websocket implementation.
While this works well for small messages, it seems text messages that exceeds a certain threshold (~20-100kb), are truncated to length 0. Is this intentional or a bug? Thanks, Clemens _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
