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

Capture and process signals such as system interrupts #112

Open
JinnyYi opened this issue Nov 16, 2021 · 2 comments
Open

Capture and process signals such as system interrupts #112

JinnyYi opened this issue Nov 16, 2021 · 2 comments

Comments

@JinnyYi
Copy link
Contributor

JinnyYi commented Nov 16, 2021

Support recieving and handling ctrl + c and exiting application.

@JinnyYi
Copy link
Contributor Author

JinnyYi commented Nov 16, 2021

Do we need to clean up any unfinished data before exiting the application, such as abort multipart upload?

@Xuanwo
Copy link
Contributor

Xuanwo commented Nov 16, 2021

Do we need to clean up any unfinished data before exiting the application, such as abort multipart upload?

No, while we receive a Ctrl+C, we should exit as soon as possible.

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

No branches or pull requests

2 participants