Hi,

Are there functions like suspend/resume for subscription?

When "suspend" a subscription, LS server does not send update data to client. When "resume", LS server will send only new data since last update to client.

As I understand at this moment, I have to unsubscribe to stop receive update data from server, and then re-subscribe and get all data as snapshot. I think LS client can utilize client cache to save network bandwith.

Thanks.