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

add in some connection for notifications of updates from within Documents #48

Closed
heckj opened this issue Apr 19, 2024 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request

Comments

@heckj
Copy link
Collaborator

heckj commented Apr 19, 2024

basic syncing is working with everything here, but it's not yet coordinated between the network providers

  • add something that watches the Documents for updates (it's already ObservableObject, so that can likely be used as a trigger) in ordering to coordinate updates across the network
  • sort this out with the concept of having a weak var today that can drop the connections - having something watching inside repo would make this a stronger connection in order to get the relevant updates, so we might need to be explicit abound handling memory scenarios where we'd otherwise normally purge.
@heckj heckj added the enhancement New feature or request label Apr 19, 2024
@heckj heckj self-assigned this Apr 19, 2024
@heckj
Copy link
Collaborator Author

heckj commented Apr 24, 2024

resolved with #57

@heckj heckj closed this as completed Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant