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

Wait until DestroyResult is sent before exiting dora-daemon #413

Merged
merged 3 commits into from
Jan 19, 2024

Conversation

phil-opp
Copy link
Collaborator

Tokio background tasks are canceled when the program exits, so we need some additional synchronization to ensure that the DestroyResult is actually sent out.

Tokio background tasks are canceled when the program exits, so we need some additional synchronization to ensure that the `DestroyResult` is actually sent out.
@haixuanTao haixuanTao merged commit 87c5216 into single-binary Jan 19, 2024
17 checks passed
@haixuanTao haixuanTao deleted the sync-before-destroy branch January 19, 2024 11:59
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