Hi,

In some cases related to a specific network configuration our app switches from streaming to polling.
When the client is in streaming mode didStartSessionWithPolling: delegate method is called only one time when the session is opened (as the <LSConnectionDelegate> protocol reference says) and we use this delegate method to subscribe on tables. But when the client is in polling mode didStartSessionWithPolling: is called almost every second in spite of the fact that in web debugger I see only one call of create_session in the beggining and multiple calls of bind_session.
Is it a normal behavior?

Thanks in advance.