pub type InboundDisconnected = InboundInfo;
pub struct InboundDisconnected { pub addr: Url, pub channel_id: u32, }
addr: Url
channel_id: u32