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

main_task/other_task pattern still incorrect #20

Open
iceboy233 opened this issue Apr 11, 2017 · 2 comments
Open

main_task/other_task pattern still incorrect #20

iceboy233 opened this issue Apr 11, 2017 · 2 comments

Comments

@iceboy233
Copy link
Member

if other_task throws an exception, but the parent coroutine is waiting for main_task, it deadlocks.

@iceboy233
Copy link
Member Author

this has caused an out of service now...

@iceboy233
Copy link
Member Author

main_task was introduced so that even if others_task fails, we still wait for the program to complete; however we need to kill the main program in such cases.

iceboy233 added a commit that referenced this issue Nov 28, 2017
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

1 participant