Re: [Resin-interest] Set Resin webSocket timeout - the default is, too short

2015-04-01 Thread c.whalley
On 01/04/2015 20:02, Nam Nguyen wrote: > Hi Carl, > > This issue was just fixed for the upcoming 4.0.44 release: > > async connections close after 5m regardless of > WebSocketContext.setTimeout(): > http://bugs.caucho.com/view.php?id=5841 > > -- Nam Thanks! -- Carl __

Re: [Resin-interest] Set Resin webSocket timeout - the default is, too short

2015-04-01 Thread Nam Nguyen
r 2015 18:01:51 +0100 > From: "c.whalley" > Subject: [Resin-interest] Set Resin webSocket timeout - the default is > too short > To:resin-interest@caucho.com > Message-ID:<551ad2ff.10...@blueyonder.co.uk> > Content-Type: text/plain; charset=utf-8; format

[Resin-interest] Set Resin webSocket timeout - the default is too short

2015-03-31 Thread c.whalley
Heres the solution for Jetty: http://stackoverflow.com/questions/9056159/websocket-closing-connection-automatically I tried this in resin with no effect public class CustomWebSocketListener extends AbstractWebSocketListener { ... private WebSocketContext socketContext; @Override