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: runtime panic #1735

Merged
merged 9 commits into from
Apr 11, 2024
Merged

fix: runtime panic #1735

merged 9 commits into from
Apr 11, 2024

Conversation

oddgrd
Copy link
Contributor

@oddgrd oddgrd commented Apr 11, 2024

Description of change

I was taking the kill tx no matter if the condition to kill the runtime was fulfilled, so it was dropped either way when the timeout passed. This could still be done with a oneshot with some changes, but a cancellation token was simpler.

How has this been tested? (if applicable)

Deployed to my stack, it no longer restarts after the timeout passes.

@oddgrd oddgrd changed the base branch from main to feat/shuttle-ecs-common April 11, 2024 12:46
@oddgrd oddgrd marked this pull request as ready for review April 11, 2024 12:54
runtime/src/alpha.rs Outdated Show resolved Hide resolved
@Kazy Kazy merged commit 2286c04 into feat/shuttle-ecs-common Apr 11, 2024
0 of 27 checks passed
@Kazy Kazy deleted the fix/debug-runtime-panic branch April 11, 2024 13:27
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.

2 participants