Hi All,

following Waddy's advices we've added a new callback to both PushPage and LightstreamerEngine objects called onClientAlert.

The new callback differs from the onClientError (1 2) callback in the message's purpose. While onClientError's messages targets the developer to warn him about possible problems, the onClientAlert's messages notify the final user on any critical conditions, related to its environment, that prevent the application from working.

The default implementation shows an alert so that the behavior is kept the same as the previous versions of the web client. To stop the alerts substitute the default callback with an empty function is enough.

Check these links for details:
http://www.lightstreamer.com/docs/cl...#onClientAlert
http://www.lightstreamer.com/docs/cl...#onClientAlert