Skip to content

Backport: Fix conditions where packet codec is given more bits than it asked for

Eric Gallimore requested to merge cherry-pick-7932192d into master

Bugfixes

  • Backport from !139 (merged):
    • Add error handling when a dynamic queue returns more bits than we asked for, so it no longer breaks the packet codec
    • Improved logging.
    • Fixed a bug in link_layer_feedback_node.py that returned messages larger than requested.
    • Fixed a (probably) harmless bug with a mutable default argument in message_queue_node.py

Merge request reports

Loading