You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Partially to show how to use the library, but also to work out more kinks - dig around in iCloud/CloudKit and set up an iCloud-based app that synchronizes a file and load/store the CRDT information from that - including reloading and merging on updates, and if that works and doesn't step over each other as two collaborators edit a single, simple document.
The text was updated successfully, but these errors were encountered:
Another example that would be really relevant is using it as a synchronization/state update mechanism for Apple's SharePlay API. But in order to be relevant, it would need to enable some controls to limit the update messages, allowing smaller sends if necessary/possible due to SharePlay's 256Kb message limit. For example, If you're slapping data from large (1MB+) images around in LWW maps, it'll need alternative mechanisms due to those limits in SharePlay.
Partially to show how to use the library, but also to work out more kinks - dig around in iCloud/CloudKit and set up an iCloud-based app that synchronizes a file and load/store the CRDT information from that - including reloading and merging on updates, and if that works and doesn't step over each other as two collaborators edit a single, simple document.
The text was updated successfully, but these errors were encountered: