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

leaking {ssl_closed, _} messages from httpoison/hackney #132

Closed
tsloughter opened this issue Dec 20, 2019 · 1 comment
Closed

leaking {ssl_closed, _} messages from httpoison/hackney #132

tsloughter opened this issue Dec 20, 2019 · 1 comment

Comments

@tsloughter
Copy link

HTTP requests through ex_twilio can result in unmatched {ssl_closed, _} messages leaking. I found this was crashing gen_servers that were making requests with ex_twilio. While the issue may ultimately be in hackney, benoitc/hackney#464, I believe a fix in ex_twilio can be based on this patch to another project that experienced the issue, though I guess some difference since ex_twilio is not using hackney directly: opencensus-beam/oc_google_reporter@bb578a5

@danielberkompas
Copy link
Owner

I would need more specifics on what specific calls through ExTwilio can result in this error to be able to take action on this.

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

No branches or pull requests

2 participants