You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.atmosphere.cpr.CometSupport.maxInactiveActivity is set to 5000
I would expect this to reconnect every 5 seconds, but it never reconnects. It opens one ajax request and prints "open". The request closes after 5 seconds, and it is never reopened.
Atmosphere 0.9.3
Tested in Google Chrome 15.0.874.106
The text was updated successfully, but these errors were encountered:
I have a very small long-polling demonstration here: https://github.com/chris-martin/atmosphere-sandbox/tree/master/empty-long-poll
The AtmosphereHandler does nothing but suspend new requests.
The javascript consists of:
org.atmosphere.cpr.CometSupport.maxInactiveActivity is set to 5000
I would expect this to reconnect every 5 seconds, but it never reconnects. It opens one ajax request and prints "open". The request closes after 5 seconds, and it is never reopened.
Atmosphere 0.9.3
Tested in Google Chrome 15.0.874.106
The text was updated successfully, but these errors were encountered: