mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
Previously we would return Error::ChannelStopped which triggers handle_error but doesn't actually explicitly stop the channel. This was leading inbound session to hang forever on `stop_sub.receive().await`. Also add some useful debug info to inbound_session.rs.