Hello,

calls to bind_session.txt are probably due to polling mode. The library may switch to polling mode when the network conditions require it. For example, if it cannot establish a streaming connection within the interval set into LSConnectionInfo.streamingTimeoutSecs.

If you believe this should not happen with your network and library settings, please enable the following log categories:

[LSLog enableSourceType:LOG_SRC_CLIENT];
[LSLog enableSourceType:LOG_SRC_SESSION];
[LSLog enableSourceType:LOG_SRC_STATE_MACHINE];

and send us the log at support@lightstreamer.com, together with the library version and build number, so we can investigate.
Best regards,

Gianluca