Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make state fetching consistent with iOS #4

Merged
merged 3 commits into from
Dec 13, 2022

Commits on Dec 13, 2022

  1. Fix reconnection when cofig state(orgId) is not yet set

    Code before 2.0 migration depended on Configuration for fetching reconnection
    scenario. However with Core 2.0 cofiguration state may not yet be available when
    Assurance reconnection starts.
    - Change the logic to be consistant with iOS and use the ordId from stored URL
      during reconnection scenarios.
    - Change shared state query logic to query with barrier = false to be consistent with iOS
    prudrabhat committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    ab91b3f View commit details
    Browse the repository at this point in the history
  2. Reword comment

    prudrabhat committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    054ad7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82045dc View commit details
    Browse the repository at this point in the history