Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the
aiohttp
examples to clean up resources
The previously present snippets presented a misuse of `aiohttp`'s APIs. While technically they work, they don't release the allocated resources like async CMs would. And so we recommend using the latter.
- Loading branch information