Hello,
is there a way to go back to a 'stream' connection after the LS client library switched to a polling connection? I simulated a network problem (actually I just set a breakpoint and waited...) and the client library, after resuming, switched to the polling mode (since the enableStreamSense was set to YES). I started to get a lot of binding_session, that actually simulate a stream connection, but how long the polling mode will continue? Does the LS client library have the ability to detect that the network is functioning correctly and switch, automatically, from polling mode to the stream again?

Thank you