automerge / automerge-repo-swift

Extends the Automerge-swift library, providing support for working with multiple Automerge documents at once, with pluggable network and storage providers.
https://swiftpackageindex.com/automerge/automerge-repo-swift/documentation/automergerepo
MIT License
23 stars 4 forks source link

re-enable auto-connect for peer-to-peer connections #50

Closed heckj closed 6 months ago

heckj commented 6 months ago

Boolean exposed in the configuration, but it's not yet wired up

When true, and the NWBrowser returns some peers, the system should ideally attempt to connect to those peers to establish an automatically updating/syncing connection while it's actively "listening". (Listening, and browsing, are tied together - and currently under explicit control by the hosting app)

heckj commented 6 months ago

fixed with #56