fractal/fractal-matrix-api
Daniel García Moreno c3f299c617 api: Log every channel sender send error
We were ignoring channel send errors and it could be interesting to have
a log about this not sent messages.

This patch adds a new trait to extend the Result<(), SendError<T>> type
and provide a new method called expect_log, that doesn't panic on error
but logs the message in that case.
2019-09-10 15:00:41 +00:00
..
src api: Log every channel sender send error 2019-09-10 15:00:41 +00:00
Cargo.toml Release 4.2.0 2019-07-27 09:30:29 +02:00