automerge / automerge-repo-rs

MIT License
39 stars 6 forks source link

Message decoder broken #27

Closed gterzian closed 1 year ago

gterzian commented 1 year ago

Consuming the tag in the decoder seems to break the tokio network layer(for which there are no unit tests actually, I noticed it because https://github.com/automerge/spanreed/pull/25 broke following the rebase off https://github.com/automerge/spanreed/pull/26).

The error encountered here is Decode(Minicbor("unexpected type bytes at position 164: expected tag")).

gterzian commented 1 year ago

cc @alexjg