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

Added missing waitgroup add #187

Merged
merged 1 commit into from
Mar 27, 2024
Merged

Added missing waitgroup add #187

merged 1 commit into from
Mar 27, 2024

Conversation

ebauman
Copy link
Member

@ebauman ebauman commented Mar 27, 2024

A few microservices only had a single call to wg.Add(), but there were two wg.Done() inside goroutines.

This PR adds those wg.Add(1) calls for the second goroutines.

@ebauman ebauman merged commit 2874c10 into hobbyfarm:master Mar 27, 2024
9 checks passed
ebauman added a commit to ebauman/gargantua that referenced this pull request Mar 28, 2024
@ebauman ebauman mentioned this pull request Mar 28, 2024
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.

1 participant