The create_example_server function() in the aiohttp application example is mostly unneeded now, and shutdown() is completely unneeded. aiohttp has a higher-level API now:
aiohttp.web.run_app(app)
The create_example_server function() in the aiohttp application example is mostly unneeded now, and shutdown() is completely unneeded. aiohttp has a higher-level API now:
aiohttp.web.run_app(app)