Results 1 to 10 of 22

Thread: Exception [iOS]

Hybrid View

  1. #1
    Administrator
    Join Date
    Feb 2012
    Location
    Bologna, Italy
    Posts
    102
    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

  2. #2
    Administrator
    Join Date
    Jul 2006
    Location
    Milan
    Posts
    1,091
    Let me clarify the point with LSConnectionInfo->pollingSecs.

    This parameter is usually 0.
    This means that, in case of polling, a pure long polling is performed.
    In this case, Lightstreamer does its best effort to send to the client all available updates;
    as a consequence, any frequency limit settings, like LSExtendedTableInfo->requestedMaxFrequency, will be the only limits that will apply.

    On the other hand, if you set it as nonzero, it forces a client-side pause between subsequent polls, which brings you in a synchronous polling scenario.
    In this case, if the frequency of polls is lower than the LSExtendedTableInfo->requestedMaxFrequency setting of some item, it takes the precedence and lowers the update frequency seen by the application.

    Note that this behavior has not changed.

  3. #3
    Sent with Subject: Problems with iOS Client API version 1.4.1 build 157

  4. #4
    Seems we have unsupportable server version 5.x

  5. #5
    Administrator
    Join Date
    Jul 2006
    Location
    Milan, Italy
    Posts
    521
    Lightstreamer Server 5.1 is currently still supported.
    Lightstreamer iOS Client API 1.4.x requires Lightstreamer Server 6.
    To use Lightstreamer Server 5.x, you need to go for iOS Client API 1.2.x.
    Please see the changelog for full details: http://www.lightstreamer.com/distros...TML#ios_client

    Quote Originally Posted by Dmitry Sazanovich View Post
    Seems we have unsupportable server version 5.x

 

 

Similar Threads

  1. Connection timed out on empty credentials on iOS [iOS]
    By Anatoly Gurfinkel in forum Client SDKs
    Replies: 9
    Last Post: July 6th, 2015, 04:24 PM
  2. iOS client API encoding issue
    By LS_Developer in forum Client SDKs
    Replies: 3
    Last Post: February 14th, 2013, 02:47 PM
  3. LS iOS LSCommand mode sample
    By mibrahim.youxel in forum Client SDKs
    Replies: 4
    Last Post: December 3rd, 2012, 09:49 AM
  4. Bandwidth in iOS
    By bor306 in forum Client SDKs
    Replies: 7
    Last Post: July 11th, 2012, 02:28 PM
  5. iOS Client Library Preview
    By Alessandro in forum Client SDKs
    Replies: 0
    Last Post: March 28th, 2011, 03:06 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 03:17 PM.