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

removes asyncstream handler for state updates #46

Closed heckj closed 6 months ago

heckj commented 6 months ago

It may be that actor is VERY MUCH the wrong mechanism for encapsulating a connection, but the "listener not becoming ready" may well be related to not having an explicit handler in place to capture and track when it does...

This does assume that I can schedule a Receive() callback before things are ready - I hope that's the case. We'll see.