automerge/rust/automerge-wasm/src
alexjg 22d60987f6
Dont send duplicate sync messages (#460)
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.
2022-11-22 18:29:06 +00:00
..
interop.rs Dont send duplicate sync messages (#460) 2022-11-22 18:29:06 +00:00
lib.rs Ritual obeisance before the altar of clippy 2022-11-05 22:48:43 +00:00
observer.rs automerge-wasm: Use a SequenceTree in the OpObserver 2022-11-22 12:13:42 +00:00
sync.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
value.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00