On 19 November 2013 03:55, Igor Urisman <igor.uris...@gmail.com> wrote:

> Upgraded my environment to 8RC5 and this feature works for me.
> Don't know how much help this is, but here's my deployment descriptor:
>
> <?xml version="1.0" encoding="UTF-8"?>
>
> <web-app xmlns="http://java.sun.com/xml/ns/javaee";
>     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>     xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
> http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd";
>     version="3.0">
>
>     <display-name>FERMI Framework Test Application</display-name>
>
>     <context-param>
>        <param-name>org.apache.tomcat.websocket.textBufferSize</param-name>
>        <param-value>10240</param-value>
>     </context-param>
>
> </web-app>
>
>
So if you do that, and you send large stuff to the browser then for example
in Chrome in the network tab
you do see on the websocket connection that the frames are bigger then 8K ?
So in your example the frames are break up in 10k?


johan

Reply via email to