WindhoverLabs / airliner

7 stars 3 forks source link

SCH app sent Event when the app failed to be registered. #279

Open ynielson opened 1 year ago

ynielson commented 1 year ago

When the SCH app failed to register app in SCH_AppMain(), it sent Event with error message even before the EVS is registered. while the other apps wrote only to Sys Log in this case. Though I was able to see the event message in unit test, it caused the CFE EVS error in actual execution environment.