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

SyncSession Scaffolding #246

Closed
sync-by-unito bot opened this issue May 18, 2021 · 1 comment · Fixed by #764
Closed

SyncSession Scaffolding #246

sync-by-unito bot opened this issue May 18, 2021 · 1 comment · Fixed by #764

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented May 18, 2021

Add the initial wrapper implementations for SyncManager and SyncSession. They do not need to expose anything interesting:

// SyncManager class
class io.realm.mongodb.sync.Sync {
  // ...
}

// Session class
class io.realm.mongodb.sync.SyncSession {
 // ...
}

val Realm.syncSession // Extension method on Synced Realms
@sync-by-unito sync-by-unito bot changed the title Add internal SyncSession class SyncSession Scaffolding Sep 2, 2021
@cmelchior
Copy link
Contributor

For now, there doesn't seem to be a use case for a io.realm.mongodb.sync.Sync class. All functionality has been folded into the SyncSession class.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant