Hi Robert,

yes, at the moment there is no recovery for interruptions in the event flow. The Server is just closed.
However, this limitation applies to the Proxy Adapter, which is a basic adapter for the management of remote .NET based feeds and which reacts to interruptions in the event flow by invoking a failure on the Server.
A sophisticated adapter could manage an interruption in the event flow and restore the flow in some way, or, maybe, send some meta-information to the clients.

If your system is based on several external event flows and you need to preserve working ones upon interruption of other ones, then our basic remoting infrastructure may be too limited.
Since a single connection to Lightstreamer Server can only specify a single Data Adapter, could using different Server instances for different adapters be a workaround?

Dario