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

WIP: [NEXMANAGE-737] Enable sota cancel mode. #559

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Oct 2, 2024

  1. [NEXMANAGE-737] Enable sota cancel mode.

    This PR implements the sota cancel mode. When the thread is created, it
    will be added  to a thread list.
    When the dispatcher receives the sota cancel request, the dispatcher
    checks the current running thread and retrieves its id. Next, it sends a
    termination signal to the thread.
    
    Signed-off-by: yengliong <[email protected]>
    yengliong93 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7fac94c View commit details
    Browse the repository at this point in the history