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

cmd/analyzer: Fix healthcore initialization #151

Merged
merged 1 commit into from
Jul 5, 2023

Conversation

victorges
Copy link
Member

We were accidentally closing the consumer as soon as it was created since we
move its initialization to a helper function. Fix it by making the healthcore expose
a Close function instead that is deferred-called by the main function instead.

We were accidentally closing the consumer as soon
as it was created since we move its initialization to
a helper function. Fix it by making the healthcore
expose a Close function instead that is deferred-called
by the main function instead.
@victorges victorges requested a review from a team as a code owner July 4, 2023 22:29
@hjpotter92 hjpotter92 merged commit 1b55638 into main Jul 5, 2023
13 checks passed
@hjpotter92 hjpotter92 deleted the vg/fix/rabbitmq-streams-proto branch July 5, 2023 05:46
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.

None yet

2 participants