You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Loops through the entire table of subscriptions and subscribes, any unset values in the table are 0 so subscribes to MsgId 0 over 200 times.
Shows up multiple times on startup: EVS Port1 42/1/CFE_SB 7: Duplicate Subscription,MsgId 0x0 on TO_LAB_TLM_PIPE pipe,app TO_LAB_APP
To Reproduce
Any normal run.
Expected behavior
Only subscribe to requested message IDs.
Describe the bug
Loops through the entire table of subscriptions and subscribes, any unset values in the table are 0 so subscribes to MsgId 0 over 200 times.
Shows up multiple times on startup:
EVS Port1 42/1/CFE_SB 7: Duplicate Subscription,MsgId 0x0 on TO_LAB_TLM_PIPE pipe,app TO_LAB_APP
To Reproduce
Any normal run.
Expected behavior
Only subscribe to requested message IDs.
Code snips
to_lab/fsw/src/to_lab_app.c
Lines 227 to 238 in 5adf513
System observed on:
Additional context
Likely due to subscription table conversion to a cFS table.
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: