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

Sign out crash - Realm configuration mismatch #4480

Merged
merged 4 commits into from
Nov 17, 2021

Commits on Nov 16, 2021

  1. dispatching session events to a specified session instance instead of…

    … always querying the session manager
    
    - fixes the close sesion flow causing the session to be recreated
    ouchadam committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    470d766 View commit details
    Browse the repository at this point in the history
  2. injecting the session directly into the response handler, the sync th…

    …read which holds the handler lazily provides itself meaning the session exists and is in sync
    ouchadam committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    708889e View commit details
    Browse the repository at this point in the history
  3. adding changelog entry

    ouchadam committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    6d3bad9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    405cda7 View commit details
    Browse the repository at this point in the history