Extends the Automerge-swift library, providing support for working with multiple Automerge documents at once, with pluggable network and storage providers.
Illustrates hang issue identified in #84, where requesting from peers will wait a full timeout of 300 seconds. Short circuiting the scenario where there aren't any peers to request from, and (more correctly) immediately reporting Unavailable.
Illustrates hang issue identified in #84, where requesting from peers will wait a full timeout of 300 seconds. Short circuiting the scenario where there aren't any peers to request from, and (more correctly) immediately reporting Unavailable.