Captures the reconnect event logic used to determine when to reconnect to PubSub providers. Reconnnect attempts are delayed by 5 seconds to let the interface settle. Attempting to reconnect only once creates unrecoverable states when the network state isn't supported by the browser, so this keeps retrying every minute until halted.

Constructors

Methods

Constructors

Methods

  • Add reconnect observer to the list of observers to alert on reconnect

    Parameters

    Returns void

  • Complete all reconnect observers

    Returns void

  • Given a reconnect event, start the appropriate behavior

    Parameters

    Returns void