[Debug]
Some checks failed
CI / checks (push) Failing after 2m17s

This commit is contained in:
Alex Emmet 2026-08-20 20:37:25 +02:00
commit bd660b2afb
No known key found for this signature in database
4 changed files with 66 additions and 33 deletions

View file

@ -423,6 +423,12 @@ impl<C: TransportConnection> GenericReceiver<C> {
break;
}
};
tracing::debug!(
frames,
frame_len,
message_type = ?message.get_type(),
"decoded MTP receive frame"
);
let negotiated_type_map = type_map.read().await.clone();
message.set_type_map(&negotiated_type_map);