-
Notifications
You must be signed in to change notification settings - Fork 94
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
application login user #469
Conversation
Drop once stable is updated with finalizer fix. Don't merge before that!
Co-authored-by: blagoev <[email protected]>
…ser and Credentials)
…hat will keep the corresponding dart object alive.
…ue on isolate shutdown: dart-lang/sdk#48321
# Conflicts: # CHANGELOG.md # lib/src/realm_class.dart
change user login to use persistent handle for the completer object
add application category
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let us discuss further at the round-table tomorrow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First pass - we probably need a lot more tests and also to expose the properties on the user, but I guess those can come as a follow-up PR.
remove dead env vars usage
…onfigHandle inside getApp since they are not needed anywhere else. This allows the GC to collect them when out of scope. Native instances are preserved by Core
Application login user. Fixes #407
Fixes http transport headers enumeration