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

McuManager Re-Order Buffer is now its own Component #83

Merged
merged 1 commit into from
Sep 29, 2022

Commits on Sep 29, 2022

  1. McuManager ReOrder Buffer is now its own Component

    By pulling the re-order portion of the code into its own structure, and a struct as that as well, we discovered that the actual code was going on recursively, so reading / modifying the arrays without any form of locking. So we use DispatchQueue sync() now to protect this state. I think the speed will be a bit slower, but overall the code should be safer.
    dinesharjani committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    fd9b815 View commit details
    Browse the repository at this point in the history