Skip to content

Avoid extraneous allocations and parsing

danieldg requested to merge danieldg/zbus:less-alloc into main

This parses the message header once when receiving a Message instead of doing so in every task and stream.

Merge request reports