Skip to content

zb: Reset msg queue capacity if specified & greater than current

Zeeshan Ali Khan requested to merge zeenix/zbus:channel-resize into main

If the broadcast channel already exists for a match rule-based message stream and capacity is specified and is greater than current capacity, then the capacity of the message queue is reset to the specified one.

Merge request reports