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

Using synchronous reqwest from a synchronous handler causes a panic #214

Open
Diggsey opened this issue Jul 5, 2019 · 1 comment
Open

Comments

@Diggsey
Copy link

Diggsey commented Jul 5, 2019

... with the message "attempted to run an executor while another executor is already running"

It seems like tower-web should run synchronous handlers without a running executor, possibly using threadpool::blocking and executor::exit?

@manifest
Copy link
Contributor

manifest commented Jul 5, 2019

We've hit the same problem.

attempted to run an executor while another executor is already running

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