Hi,

Since the Silverlight API does not provide the LSProxy class, I'm implementing a mechanism that automatically reconnect my application to the Lightstreamer server in case the connection drops. Currently I'm doing this by periodically trying to reconnect to the server. It works quite fine in case the connection is lost after it is established.

However, my client code is able only to re-establish a connection only if the very first connection attempt is successful. If it's not (like when the Lightstreamer server is not running when the first connection is attempted), then all subsequent connection attempts will fail; the only way to connect again to the Lightstreamer server is to restart the client.

Is that a known problem with the Siilverlight API? What further information can I provide you to help you diagnosing the problem?

Regards,
Emilio Bova

PS
Will the LSProxy class be ported to Silverlight? It would provide all the functionalities I need to implement.