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

[concurrency] ErrorGroup blocks forever when Wait is called with NumGoroutines = 0 #7462

Closed
ajm188 opened this issue Feb 7, 2021 · 0 comments · Fixed by #7463
Closed

[concurrency] ErrorGroup blocks forever when Wait is called with NumGoroutines = 0 #7462

ajm188 opened this issue Feb 7, 2021 · 0 comments · Fixed by #7463

Comments

@ajm188
Copy link
Contributor

ajm188 commented Feb 7, 2021

It goes right to the range loop over the channel, which will never hit the break or cancel conditions, because it will never get a result on the channel.

This was a bug in the original implementation it was extracted from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants