aiohttp-asgi
aiohttp-asgi copied to clipboard
Run ASGI application with aiohttp
... with https://github.com/aio-libs/aiohttp/pull/9200, and forward websocket subprotocols from the request headers. I probably shouldn't have mixed these two things, but this version works for me with ``` aiohttp==3.10.9 channels==4.1.0 Django==4.2.16...
It would be nice to have support for the Lifespan State feature: https://asgi.readthedocs.io/en/latest/specs/lifespan.html#lifespan-state
@meyerj what do you think if the current app is `ContextVar` now?