Mark,
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Monday, October 28, 2013 3:26 PM
> To: Tomcat Users List
> Subject: Re: Some Websocket (Async) questions
> >>> 4) Tomcat's current implementation of
> >> RemoteEn
On 28/10/2013 13:49, Konstantin Preißer wrote:
> Hi Mark,
>
> thanks a lot for your reply.
>
>> -Original Message-
>> From: Mark Thomas [mailto:ma...@apache.org]
>> Sent: Wednesday, October 23, 2013 8:58 PM
>> To: Tomcat Users List
>> Sub
Hi Mark,
thanks a lot for your reply.
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: Wednesday, October 23, 2013 8:58 PM
> To: Tomcat Users List
> Subject: Re: Some Websocket (Async) questions
>
> On 23/10/2013 14:09, Konstantin Preißer
On 23/10/2013 14:09, Konstantin Preißer wrote:
>> 1) How to asynchronously close / abort a Websocket session?
async close would require an API change.
abort also requires an API change.
Both look fairly easy to implement on the face of it. I'd suggest
raising an enhancement request for the WebS
Hi,
some more questions/issues added below:
> -Original Message-
> From: Konstantin Preißer [mailto:kpreis...@apache.org]
> Sent: Wednesday, October 23, 2013 2:09 AM
> To: 'Tomcat Users List'
> Subject: Some Websocket (Async) questions
>
> Hi all,
>
Hi all,
while working on the Drawboard Websocket example that is included in Tomcat, I
found some things in Tomcat's implementation / the Websocket Spec which I'm not
clear about.
1) How to asynchronously close / abort a Websocket session?
For the Drawboard, I'm using the RemoteEndpoint.Async