diff --git a/core_lib/src/hdl/inbound.rs b/core_lib/src/hdl/inbound.rs index 5b1c44f..c1f7169 100644 --- a/core_lib/src/hdl/inbound.rs +++ b/core_lib/src/hdl/inbound.rs @@ -81,6 +81,10 @@ impl InboundRequest { return Ok(()); } + if channel_msg.id != self.state.id { + return Ok(()); + } + debug!("inbound: got: {:?}", channel_msg); match channel_msg.action { Some(ChannelAction::AcceptTransfer) => {