Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to using the AsyncResolver with aiohttp
This avoids creating executor jobs to do DNS resolution AsyncResolver was not usable before aio-libs/aiohttp#8270 because it did not fallback to fallback to A records and only returned AAAA records in most cases when IPv6 was available This is a backport of aio-libs/aiohttp#8270