Re: Tomcat 9.0.8 asynchronous websocket issue

2019-03-01 Thread Austin Bookhart
On Fri, Mar 1, 2019 at 4:46 AM Mark Thomas wrote: > > On 28/02/2019 20:29, Austin Bookhart wrote: > > Hi, > > > > I have a question regarding an asynchronous websocket implementation > > we have in our application. We have run into issues where on a rare > > occasion the websocket endpoint will

Re: Tomcat 9.0.8 asynchronous websocket issue

2019-03-01 Thread Mark Thomas
On 28/02/2019 20:29, Austin Bookhart wrote: > Hi, > > I have a question regarding an asynchronous websocket implementation > we have in our application. We have run into issues where on a rare > occasion the websocket endpoint will become unusable due to what seems > to be a thread holding onto

Re: Tomcat 9.0.8 asynchronous websocket issue

2019-03-01 Thread Johan Compagner
On Thu, 28 Feb 2019 at 21:29, Austin Bookhart < austin.bookh...@hannonhill.com> wrote: > Hi, > > I have a question regarding an asynchronous websocket implementation > we have in our application. We have run into issues where on a rare > occasion the websocket endpoint will become unusable due to

Tomcat 9.0.8 asynchronous websocket issue

2019-02-28 Thread Austin Bookhart
Hi, I have a question regarding an asynchronous websocket implementation we have in our application. We have run into issues where on a rare occasion the websocket endpoint will become unusable due to what seems to be a thread holding onto resources and not releasing them. Below is the main