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

add configurable find timeout when waiting for responses from peers #100

Closed heckj closed 5 months ago

heckj commented 5 months ago

currently hardcoded to 300, with a 1 second delay between checks... and makes an infinite number of reconnects on error (WebSocket)