Reputation: 73
Can some please tell me how can we specify the maximum time to keep websocket connection thread open in atmosphere. I am using grails event push plugin to push events to client from server. I see that atmosphere connection remain open for long time. I want limit it to say 5 mins.
Upvotes: 0
Views: 120
Reputation: 1812
which version of atmosphere you are using? Which container ?
if you are using older version user atmosphere 2.x and If you using tomcat make sure org.atmosphere.cpr.cometSupport value is org.atmosphere.container.Tomcat7CometSupport
Upvotes: 1