-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
(v0.13-dev) Can't run aiohttp server #995
Comments
For the record you need Related commit: |
Related: #1118 |
Removing a non-working adapter (e.g. rocket) is fine. Removing a somewhat-working adapter that might be used by some users may be problematic without a deprecation round. On the other hand, it is very easy to just copy&paste the <10 lines from the old bottle release to your own application to re-introduce a removed adapter. If upstream dropped support already, it should be fine if we do so, too, without a deprecation-round. |
For |
Was that^^ comment was meant to go into #1119? |
Apparently aiohttp has obsoleted .wsgi. See aio-libs/aiohttp#1108
Truth be told, my real interest here is to be able to run some background tasks as coroutines without having to resort to subprocesses or threads. I read your writeup about using gevent but prefer to use asyncio and async/await since these are now built into Python. Any suggestions?
Thanks!
The text was updated successfully, but these errors were encountered: