A minor fix, to avoid to try reloading module, when the module contains the htagweb instance (to avoid to reload server which will not work). So the test.py (minimal example) should work again. But IRL you should use gunicorn/uvicorn (which can't have this kind of trouble)
Should works better, and quicker. Fully Tested with unittests.
- the manager is now an async task (no more a process) - Process is now by user (was by htag before) - Process use Pipes (in place of queue before) - graceful shutdown - uvloop compatible ! - works on win+nux, at least - seskeeper is gone (session/process die on a inactivity timeout)