Closed dbrgn closed 7 years ago
Would it be possible to implement the Debug trait for the MessageCodec type?
MessageCodec
It would make debugging much easier :) Right now the "message" returned by an async stream can't be logged/printed directly.
I think this issue is a result of my misunderstanding of stream combinators. I was mistaking the MessageCodec for the OwnedMessage :)
OwnedMessage
Glad you figured it out!
Would it be possible to implement the Debug trait for the
MessageCodec
type?It would make debugging much easier :) Right now the "message" returned by an async stream can't be logged/printed directly.