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
Is your feature request related to a problem? Please describe.
CFE_SB_SendPrevSubs holds locks that aren't that useful, sufficient logic required, creates bus traffic, etc.
Describe the solution you'd like
SBN could just use CFE_SBR_ForEachRouteId, not really a true "public" API... but seems like fair use in this case. Would be outside of SB lock, but likely OK based on design (enables subscription reporting first, then check all previous subs).
Describe alternatives you've considered
At least remove all the locking/unlocking. It doesn't help.