On 26/11/2013 04:56, Konstantin Kolinko wrote:
> 2013/11/26 Nick Williams <nicho...@nicholaswilliams.net>:
>>
>> On Nov 25, 2013, at 9:11 PM, Konstantin Kolinko wrote:
>>

>>> There was this change:
>>> http://svn.apache.org/viewvc?view=revision&revision=1544213
>>>
>>>      <fix>
>>>        <bug>55799</bug>: Correctly enforce the restriction in JSR356 that no
>>>        more than one data message may be sent to a remote WebSocket 
>>> endpoint at
>>>        a time. (markt)
>>>      </fix>
>>
>> Problem is, I'm only sending one data message. That's it. The very first and 
>> only data message I send triggers the first error. The second error is 
>> before I even get to sending a data message; it's when I retrieve a stream. 
>> Something's definitely broken. Even IF I were sending multiple messages 
>> (again, I'm not); they should be queued, not result in an error that leaves 
>> the Session in an inconsistent state indefinitely.
> 
> 
> I reopened the bug,
> https://issues.apache.org/bugzilla/show_bug.cgi?id=55799#c15

Fixed.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to