tosc-rs / mgnp

MnemOS Global Networking Protocol
Creative Commons Attribution Share Alike 4.0 International
14 stars 1 forks source link

tricky-pipe: consider propagating deserialization errors to the receiver #32

Open hawkw opened 8 months ago

hawkw commented 8 months ago

i initially proposed this in #29:

also, it would be nice if an attempt to send a message through a DeserSender that results in a deserialize error also sent the deserialize error to the receiver, as well as returning it to the sender...