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 socket "leak" #167

Merged
merged 3 commits into from
Oct 12, 2016
Merged

Conversation

thehesiod
Copy link
Contributor

@thehesiod thehesiod commented Oct 8, 2016

Our unittests have been printing out warnings for awhile since we're unable to close the socket after it's nulled out. This ensures the socket is closed if it was opened.

@thehesiod
Copy link
Contributor Author

btw tests are failing because the socket mock doesn't have a "close" method, test issue

@yannmh yannmh self-assigned this Oct 11, 2016
@yannmh yannmh added this to the 0.15.0 milestone Oct 11, 2016
@yannmh
Copy link
Member

yannmh commented Oct 12, 2016

It looks good to me. Thanks for the fix @thehesiod 🙇

@yannmh yannmh merged commit dd02c11 into DataDog:master Oct 12, 2016
@thehesiod thehesiod deleted the fix-socket-close branch May 25, 2017 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants