2015-11-04 8:43 GMT-08:00 Rémy Maucherat <r...@apache.org>: > 2015-11-04 15:59 GMT+01:00 Romain Manni-Bucau <rmannibu...@gmail.com>: > > > That is what I thought but extending WsSession in t8 is hard. > > > > Probably. > > So I'll see about porting it to Tomcat 8 if feedback is ok. > > However, I have two new problems: > - I noticed during testing that the upgrade handler instance is created > through the instance manager, but never destroyed >
there is not only fireClose case I think, if the client disconnect brutally you skip this part I think, isn't it? > - the websockets client endpoint instances won't go through the instance > manager > this is fine IMO as a first big step, client endpoints are easier to integrate in client code since you - the user - handle the connection. > For both of these situations, it would likely have to work through a static > CL map, like naming does. > > Rémy >