Skip to content

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

Eric Gallimore requested to merge dev/fix_counting_problem into devel

Bugfixes

  • 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
Edited by Eric Gallimore

Merge request reports

Loading