Re: Getting confusing websocket error message on Tomcat 7

2016-05-05 Thread Mark Thomas
On 04/05/2016 20:24, Jason Ricles wrote: > I am trying to send a file over a websocket in binary and keep getting > this error > > "code [1009], reason [No async message support and buffer too small. > Buffer size: [800,000], Message size: [131,170]]" > > I am confused since it is saying the buff

Getting confusing websocket error message on Tomcat 7

2016-05-04 Thread Jason Ricles
I am trying to send a file over a websocket in binary and keep getting this error "code [1009], reason [No async message support and buffer too small. Buffer size: [800,000], Message size: [131,170]]" I am confused since it is saying the buffer size is too small but the size is 800,000 and the me