gluhar2006

Results 3 comments of gluhar2006

Maybe it will be useful Same problem: ``` import aiohttp import asyncio async def fetch(session, url): async with session.get(url) as response: resp = await response.text() print(resp) async def main(): urls...

> > I believe the issue lies within the close() method. Instead of directly calling self.abort(), it should be replaced with: > > ```python > > timeout = self.app.config.GRACEFUL_SHUTDOWN_TIMEOUT >...

Unfortunately I didn't find any explanation yet which would suit my understanding of this case. May be it's time to revert the changes