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 > >

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 struct