Hi Mone,

We are attempting streaming connection with lightstreamer :
connectionInfo.Polling = false;
connectionInfo.User = Guid.NewGuid().ToString();

We dont set the stream sense defaulting it to "true"

We did more debugging and found that, We made create session request "17:37:31", made binding request "17:37:36". Server waited for 5 second and issued session close / destory. It seems for some reason the client api didnt make binding request for long 5 second resulting into session closure. This is resulting in subscription exception (SubscrException) in the application code.

We are attempting to fix this by handling this connection and attempting a reconnect? Is this right thing to do or you think this is the issue you were refereing in your previous post and getting latest version of silverlight client api will fix this?