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

Conversation

SaeedRe
Copy link
Contributor

@SaeedRe SaeedRe commented Aug 5, 2024

This commit fixes the crash when haraClient is stopped during the Downloading/Updating state.
The crash occurred because all created actors were not closed properly.
Reported in #54
Also added unit tests related to the applied fix to ensure it's consistency.

@SaeedRe SaeedRe added the bug Something isn't working label Aug 5, 2024
@SaeedRe SaeedRe self-assigned this Aug 5, 2024
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>
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 SaeedRe force-pushed the fix-hara-client-stopping-crash-#54 branch from 05a47fd to de34262 Compare August 5, 2024 14:36
@diegorondini diegorondini merged commit de34262 into dev Aug 7, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants