zupzup / mobc-lapin

RabbitMQ support for the mobc connection pool
Apache License 2.0
9 stars 4 forks source link

mobc-lapin in actix-web #1

Open universon123 opened 3 years ago

universon123 commented 3 years ago

Dear mario: use mobc-lapin in actix-web i get an error: there is no reactor running, must be called from the context of a Tokio 1.x runtime

zupzup commented 3 years ago

hey @universon123

I don't use Actix, so I'm not sure, but I was under the impression, that it used Tokio 1.x underneath (at least it's a dependency in actix-http).

Which actix version are you using?