-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support opening a synchronized realm without synchronizing (#621)
* Support opening a synchronized realm without synchronizing Use the new `SyncFollowerConfiguration` to open a synchronized realm, without actually starting a sync session. * Rename SyncFollowerConfiguration to SessionlessSyncConfiguration * Add simple test for SessionlessSyncConfiguration * Rename to DisconnectedSyncConfiguration * Update CHANGELOG.md * Run build despite vcpkg failure to setup vcpkg * Fix subscription_test.dart * Remove Realm.startup() * Update doc comment in lib/src/configuration.dart Co-authored-by: blagoev <[email protected]> * Apply suggestions from code review Co-authored-by: blagoev <[email protected]>
- Loading branch information
Showing
6 changed files
with
69 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters