mnenchev Hi How can i detect that the internet is down, and the html client can show error because it is waiting for server events, but they will not happen.
Mone Hi, depending on the browser in use and on the way the connection goes down the client may be able to detect immediately that the connection is down or may need to go into STALLED before detecting the disconnection. check the following APIs: http://www.lightstreamer.com/docs/client_html_jsdoc/LightstreamerEngine.html#onStatusChange http://www.lightstreamer.com/docs/client_html_jsdoc/Policy.html#setTimeoutForStalled http://www.lightstreamer.com/docs/client_html_jsdoc/Policy.html#setTimeoutForReconnect HTH