Closed gterzian closed 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")).
Decode(Minicbor("unexpected type bytes at position 164: expected tag"))
cc @alexjg
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"))
.