Open bzbarsky-apple opened 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Problem
When the event loop is stopped,
GenericPlatformManagerImpl_FreeRTOS
will still think it's running, since it just uses the existence of the task for that check. We should figure out how to properly flag it as "not running event loop right now".Proposed Solution
Need something.