You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think the best way to propagate connection RESETs is to stick a first-class notion of "channel closed with error" into tricky-pipe.
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...
i think the best way to propagate connection RESETs is to stick a first-class notion of "channel closed with error" into
tricky-pipe
.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...Originally posted by @hawkw in #23 (comment)
The text was updated successfully, but these errors were encountered: