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: properly handle termination of Snaps while executing #2304

Merged

Conversation

FrederikBolding
Copy link
Member

@FrederikBolding FrederikBolding commented Mar 22, 2024

Fixes an issue where terminating a Snap that is currently executing (e.g. when removing it) would cause unexpected errors to be thrown.

Fixes #2300

@FrederikBolding FrederikBolding force-pushed the fb/properly-handling-termination-while-executing branch from ea2fc0c to 2456e16 Compare April 22, 2024 13:39
@FrederikBolding FrederikBolding changed the title Properly handle termination of Snaps while executing fix: properly handle termination of Snaps while executing Apr 22, 2024
@FrederikBolding FrederikBolding force-pushed the fb/properly-handling-termination-while-executing branch from 3e1bc06 to 7dc4cfa Compare April 23, 2024 08:30
@FrederikBolding FrederikBolding marked this pull request as ready for review April 23, 2024 08:33
@FrederikBolding FrederikBolding requested a review from a team as a code owner April 23, 2024 08:33
@FrederikBolding FrederikBolding force-pushed the fb/properly-handling-termination-while-executing branch from fdd4bb5 to bb49db2 Compare April 23, 2024 09:45
@FrederikBolding FrederikBolding merged commit 6179938 into main Apr 23, 2024
148 checks passed
@FrederikBolding FrederikBolding deleted the fb/properly-handling-termination-while-executing branch April 23, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Certain Snaps failing to terminate properly when being uninstalled
2 participants