The API of Automerge::generate_sync_message requires that the user keep track of in flight messages themselves if they want to avoid sending duplicate messages. To avoid this add a flag to `automerge::sync::State` to track if there are any in flight messages and return `None` from `generate_sync_message` if there are. |
||
---|---|---|
.. | ||
benches | ||
examples | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml |