On Fri, 2011-09-02 at 10:35 +0200, Clemens Eisserer wrote: > 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? >
That should work. File a bug with a good STR. > Thanks, Clemens > _______________________________________________ > dev-tech-network mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-network _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
