Gary Evans

Results 3 comments of Gary Evans

https://github.com/aschn/drf-tracking/pull/140

This caused us a few headaches trying to debug, can now reproduce consistently; ```py import aiohttp import asyncio async def main() -> None: timeout = aiohttp.ClientTimeout(total=10) async with aiohttp.ClientSession(timeout=timeout) as...

@Dreamsorcerer completely agree that the implementation is wrong in this instance. As a developer it's quite an easy mistake especially when the code is not so simplified and across multiple...