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: fixed the bug that method CurrentTaskFinished was executed multiple times by multiple threads #1084

Merged
merged 5 commits into from
Sep 15, 2024

Commits on Sep 8, 2024

  1. fixed the bug that method CurrentTaskFinished was executed multiple…

    … times by multiple threads (Scighost#1083) (Scighost#1082)
    
    Signed-off-by: OsakaRuma <[email protected]>
    iamscottxu committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    57da19b View commit details
    Browse the repository at this point in the history
  2. handling exception, deleted voice code

    Signed-off-by: OsakaRuma <[email protected]>
    iamscottxu committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    e64c24c View commit details
    Browse the repository at this point in the history
  3. fixed typo of variable name

    Signed-off-by: OsakaRuma <[email protected]>
    iamscottxu committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    631be21 View commit details
    Browse the repository at this point in the history
  4. fixed typo in variable name

    Signed-off-by: OsakaRuma <[email protected]>
    iamscottxu committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    cc0a99d View commit details
    Browse the repository at this point in the history
  5. fixed a bug where only the first step of the task could be run if the…

    …re were multiple steps of the task when installing the game
    
    Signed-off-by: OsakaRuma <[email protected]>
    iamscottxu committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    9ad0944 View commit details
    Browse the repository at this point in the history