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 hara client stopping crash #54 #55

Merged
merged 2 commits into from
Aug 7, 2024

Commits on Aug 5, 2024

  1. Fix crash when stopping haraClient in Downloading/Updating state

    This commit fixes the crash when haraClient is stopped during the
     Downloading/Updating state due to actors were not closed properly.
     (Reported in #54)
    Added unit tests for the applied fix
    
    UF-930
    Signed-off-by: Saeed Rezaee <saeed.rezaee@kynetics.it>
    SaeedRe committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c9885d8 View commit details
    Browse the repository at this point in the history
  2. Fix: Update docker compose command

    This commit updates the docker compose command from `docker-compose`
     to `docker compose`.
    The command `docker-compose` is deprecated in v2 and `docker compose`
     is the new command to manage docker containers.
    https://docs.docker.com/compose/migrate/
    
    Signed-off-by: Saeed Rezaee <saeed.rezaee@kynetics.it>
    SaeedRe committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    de34262 View commit details
    Browse the repository at this point in the history