-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
properly drop h2 connection #1926
Conversation
Is there a sensible test case (even manual) for this or wsa fix verified using the code sample from the issue? |
I want to rework this use the join handle instead of a custom drop type with channel. |
@robjtede |
Sorry my English is garbage. What I meant to say was actix-rt is pinned to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
much cleaner with the join handle approach, nice job
PR Type
Bug Fix
PR Checklist
Overview
Wake up
h2::client::Connection
and resolve it's task when droppingh2::client::SendRequest
Closes #1123