Sean Lu
Results
2
comments of
Sean Lu
Hi Anna, I found the bug for this infinite recursion in the tlm.yaml file. The line "when: product_type == 3" in the "product_type" field for the Ethernet_HS_Packet definition causes "product_type"...
Also, I believe we would need to change `plugins` to a dictionary to prevent the need to iterate through all of the plugins. So for example, ``` server: plugins: ait.gui.AITGUIPlugin:...