<div dir="ltr">FiledĀ <a href="https://issues.jboss.org/browse/UNDERTOW-684">https://issues.jboss.org/browse/UNDERTOW-684</a></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Apr 6, 2016 at 4:57 PM Stuart Douglas &lt;<a href="mailto:sdouglas@redhat.com">sdouglas@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sounds like a bug in the extension, can you file a JIRA about this?<br>
<br>
Stuart<br>
<br>
On Thu, Apr 7, 2016 at 3:33 AM, Robin Anil &lt;<a href="mailto:robin.anil@gmail.com" target="_blank">robin.anil@gmail.com</a>&gt; wrote:<br>
&gt; Sorry for not getting back because I didn&#39;t have a repro case. This issue<br>
&gt; happened last night and I was noticing that it was because the per-message<br>
&gt; size was in the 300K to 500K range.<br>
&gt;<br>
&gt; So I tried to reduce our payload our issue went away. Digging in I noticed<br>
&gt; that the moment I disableĀ  PerMessageDeflateHandshake() extension the error<br>
&gt; goes away even at the large batch size. So this is what I have as an repro<br>
&gt; so far<br>
&gt;<br>
&gt;<br>
&gt; Robin<br>
&gt;<br>
&gt; On Tue, Mar 22, 2016 at 5:30 PM Stuart Douglas &lt;<a href="mailto:sdouglas@redhat.com" target="_blank">sdouglas@redhat.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Their is no internal limitation in Undertow. Do you have a simple<br>
&gt;&gt; reproducer I can look at?<br>
&gt;&gt;<br>
&gt;&gt; Stuart<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Mar 23, 2016 at 2:52 AM, Robin Anil &lt;<a href="mailto:robin.anil@gmail.com" target="_blank">robin.anil@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Stuart,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; We are using undertow websocket library for passing back and forth<br>
&gt;&gt; &gt; serialized JSON messages using Websockets.sendText method<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On the client side in Chrome we are noticing that that instead of 1<br>
&gt;&gt; &gt; message<br>
&gt;&gt; &gt; we are receiving 2 where the first one is truncated at some 323,821 B<br>
&gt;&gt; &gt; and<br>
&gt;&gt; &gt; the second message is of 148,583 but malformed (its text but its<br>
&gt;&gt; &gt; garbled)<br>
&gt;&gt; &gt; and therefore not a JSON even if its concatenated with the first message<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; We are converting protocol buffers to JSON on the server side and can&#39;t<br>
&gt;&gt; &gt; point the finger at that code as it had worked for even bigger JSON<br>
&gt;&gt; &gt; messages.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; To investigate this further I need help ruling out any message size or<br>
&gt;&gt; &gt; frame<br>
&gt;&gt; &gt; size limitation on undertow that could cause this. Any pointers here<br>
&gt;&gt; &gt; would<br>
&gt;&gt; &gt; be helpful.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Robin<br>
</blockquote></div>