Out of Memory when query dns.google for instacart.com
Closed this issue · 1 comments
ulysses425 commented
When I query "instacart.com", the process stuck and the memory increased dramatically, took 100% in a few seconds, would you please have a look at the case? Great thanks!
async def main():
async with DoHClient() as client:
result = await client.query('https://dns.google/dns-query', 'instacart.com', 255)
print('query:', result)
asyncio.run(main())