tower-web
tower-web copied to clipboard
Using synchronous reqwest from a synchronous handler causes a panic
... 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?
We've hit the same problem.
attempted to run an executor while another executor is already running