Hi, that's strange, once disconnected the client will try to reconnect until it is connected (or until you call the
changeStatus("DISCONNECTED") method)
please open your app with firefox+firebug; open firebug while running your application and restart your server. If everything works as expected you'll see:
- the client will pass from STREAMING to STALLED (see setTimeoutForStalled& setTimeoutForReconnect )
- the client will go to the CONNECTING status; in firebug you'll see a create_session.js request.
- If the server is still down you'll see that periodically the client will try to send creatre_session.js requests.
what happens with your application?