Skip to content
  • Daniel Garcia Moreno's avatar
    api: Log every channel sender send error · c3f299c6
    Daniel Garcia Moreno authored and Daniel Garcia Moreno's avatar Daniel Garcia Moreno committed
    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.
    c3f299c6