aio-libs / aiohttp-devtools

dev tools for aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does runserver work with uvloop?

imbolc opened this issue · comments

I tried different ways but always got attached to a different loop exception

There's no reason why devtools shouldn't work with uvloop, but it's generally unnecessary since devtools should only be used for development where performance isn't important.

Any do you need uvloop?

What did you do to try and use it?

I'm sorry, can't reproduce this error in a simple app. I think there is some mess with loops in own my code.