ICEpush
  1. ICEpush
  2. PUSH-82

JavaScript Bridge does not try to reconnect after blocking connection is severed

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 2.0-Alpha2, 2.0-Alpha3
    • Fix Version/s: 2.0.0
    • Component/s: Push Library
    • Labels:
      None
    • Environment:
      ICEpush

      Description

      The JavaScript Bridge does not try to establish the blocking connection again, after it has been severed.

        Activity

        Hide
        Jack Van Ooststroom added a comment -

        Assigning to Mircea for investigation.

        Show
        Jack Van Ooststroom added a comment - Assigning to Mircea for investigation.
        Hide
        Mircea Toma added a comment -

        Introduced connection inactivity mechanism. The mechanism assumes that the blocking connection is regularly unblocked by the server-side heartbeat. When no response (connection unblocked) is received after a period of time (equal to the heartbeat period) the blocking connection is re-initiated. A second try is initiated if necessary after which the blocking connection is considered to be down (server not responding or no network access).

        Show
        Mircea Toma added a comment - Introduced connection inactivity mechanism. The mechanism assumes that the blocking connection is regularly unblocked by the server-side heartbeat. When no response (connection unblocked) is received after a period of time (equal to the heartbeat period) the blocking connection is re-initiated. A second try is initiated if necessary after which the blocking connection is considered to be down (server not responding or no network access).
        Hide
        Mircea Toma added a comment -

        Here's why severed connections cannot be detected on the client: http://windyroad.org/2006/08/16/ajax-error-handling/

        Show
        Mircea Toma added a comment - Here's why severed connections cannot be detected on the client: http://windyroad.org/2006/08/16/ajax-error-handling/

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Jack Van Ooststroom
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: