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

Drain remote queue before blocking. #312

Merged
merged 1 commit into from
Mar 11, 2018

Conversation

carllerche
Copy link
Member

Unless this is done before blocking, sending a command over the remote
channel will not be able to wake up a blocked reactor.

Fixes #311

Unless this is done before blocking, sending a command over the remote
channel will not be able to wake up a blocked reactor.

Fixes tokio-rs#311
@carllerche carllerche merged commit 389bc3b into tokio-rs:master Mar 11, 2018
@srijs
Copy link
Contributor

srijs commented Mar 11, 2018

Thanks @carllerche! Can you advise on whether we should try to deploy a workaround in Rusoto until this lands in a new tokio-core release? Or is the plan to do a patch release soon-ish?

@carllerche
Copy link
Member Author

@srijs i'll push it tonight. There are a couple of other issues I want to try to solve too.

@carllerche
Copy link
Member Author

The fix is out.

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