Hi,

I wrote a web app for mobile using PhoneGap, LS javascript client. When testing on my HTC mobile (Android 2.3) with wifi, I got several server status changed events: CONNECTING --> CONNECTED:STREAM-SENSING --> CONNECTED:HTTP-STREAMING --> CONNECTED:HTTP-POLLING. Is it normal behavior of LS client?

I still received snapshot of subscribed item in DISTINCT mode (but I don't know which protocol is used to get that data). I guess LS client soon disconnects to server after received full data since last protocol is HTTP-POLLING.

When LS client re-connect to server to subscribe/unsubscribe for other item, it receive AGAIN snapshot of the first item. I don't expect that. Is it LS error or my fault?

Thanks & regards,