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 wg.Wait / error check out of order #2477

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Conversation

DrJosh9000
Copy link
Contributor

The loop starts a bunch of goroutines, so there's unlikely to be an error immediately. It needs to wait.

Not sure why I got this wrong lol

@DrJosh9000 DrJosh9000 requested a review from a team November 1, 2023 22:32
The loop starts a bunch of goroutines, so there's unlikely to be an error immediately. It needs to wait.

Not sure why I got this wrong lol
@DrJosh9000 DrJosh9000 force-pushed the fix-waitgroup-error-order branch from b5d82e3 to efe883e Compare November 1, 2023 22:37
@DrJosh9000 DrJosh9000 enabled auto-merge November 1, 2023 22:53
@DrJosh9000 DrJosh9000 merged commit 2646187 into main Nov 1, 2023
@DrJosh9000 DrJosh9000 deleted the fix-waitgroup-error-order branch November 1, 2023 22:53
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