nggit
nggit
Classes are very confusing at the beginning. Let's start with the basics, is it your idea to do something like this? ```python import asyncio listeners = set() @app.route('/notifications$') async def...
Glad if it helps. For the record, regex routing without `^` can go wrong, as it can happily accept `/another/path/notifications`.
This is interesting, and I am still learning about copyright and OSS because the subject is too vast. Well this is also surprising as I thought that adding copyright holders...
> For the single-worker scenario, when the master process receives a SIGHUP, In Uvicorn there is no such "master process" for single mode, single-worker itself is the main/master process... So...
Sadly it looks like this project is dead. FWIW I created an alternative that doesn't require apache at all. https://github.com/nggit/httpout
> What gives you this impression? 1. "There is no plan for additional releases, ..." This implies "The project is stable, but I've lost the passion/idea to push forward which...