Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

fix: goroutine leaks #221

Merged
merged 10 commits into from
Feb 26, 2024
Merged

fix: goroutine leaks #221

merged 10 commits into from
Feb 26, 2024

Conversation

miparnisari
Copy link
Contributor

Gubernator has some goroutine leaks stemming from not properly closing resources. These leaks are not many. However, any software that uses gubernator and that wants to assert that it has 0 leaks will get leaks coming from gubernator 😅

go.sum Show resolved Hide resolved
functional_test.go Outdated Show resolved Hide resolved
gubernator.go Outdated Show resolved Hide resolved
@Baliedge
Copy link
Contributor

@miparnisari Not sure if you've noticed. There's still a failing test that seems relevant to your changes.

@miparnisari
Copy link
Contributor Author

@Baliedge please see #223 for those failures

Copy link
Contributor

@thrawn01 thrawn01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks awesome! thanks for doing this.

@Baliedge
Copy link
Contributor

@miparnisari You'll need to fix a merge conflict, then I'll merge.

Copy link
Contributor

@Baliedge Baliedge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@Baliedge Baliedge merged commit f740f2b into mailgun:master Feb 26, 2024
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants