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 program shutdown #29

Merged
merged 2 commits into from
Aug 7, 2023
Merged

fix program shutdown #29

merged 2 commits into from
Aug 7, 2023

Conversation

hopeyen
Copy link
Collaborator

@hopeyen hopeyen commented Aug 1, 2023

Description

When running the program and press ctrl+c, the HTTP server stops with graceful shutdown, but the rest of the program stalls and does not ever return. In this PR we make a quick fix to remove the additional graceful shutdown so ctrl+c is effective over all.

Issue link (if applicable)

Resolves #22

Later we can ensure shutdown processes are safe at #28

Checklist

  • Are tests up-to-date with the new changes?
  • Are docs up-to-date with the new changes? (Open PR on docs repo if necessary)

@hopeyen hopeyen added the type:bug Something isn't working label Aug 1, 2023
@hopeyen hopeyen self-assigned this Aug 1, 2023
neriumrevolta
neriumrevolta previously approved these changes Aug 2, 2023
@hopeyen hopeyen merged commit 6c699b3 into dev Aug 7, 2023
6 checks passed
@hopeyen hopeyen deleted the hope/fix-shutdown branch August 7, 2023 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ctrl+c hangs indefinitely when http server is running
2 participants