Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: race condition on mixer task handle #3914

Merged
merged 1 commit into from
Aug 7, 2023

Commits on Aug 7, 2023

  1. fix: race condition on mixer task handle

    PR #3451 introduced a change that caused the mixer task to be started out of the UI task, which introduces a race condition `mixerTaskId.rtos_handle`, as the mixer scheduler might trigger before `xTaskCreateStatic` returns and the task handle is assigned.
    
    This PR fixes the issue by delaying the start of the mixer scheduler until `xTaskCreateStatic` returned and the task handler has been properly assigned.
    raphaelcoeffic committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    ea6dc03 View commit details
    Browse the repository at this point in the history