Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: main eventloop is not running while webserver is (#56)
run_app() runs the webserver till it is done (read: never), but since the latest aiohttp it does this in its own eventloop. Read: the main eventloop is not running inside run_app(). Fix this by explicitly telling to use the mainloop instead.
- Loading branch information