[issue42690] Aiohttp fails when using intel ax200 wireless card

2020-12-28 Thread Ronald Oussoren
Ronald Oussoren added the comment: What's the script used, is it the script in the reddit thread? The reddit thread mentions a change to the script that might help: return [await r.json() for r in responses] To: return await asyncio.gather(*(r.json() for r in responses)) Does tha

[issue42690] Aiohttp fails when using intel ax200 wireless card

2020-12-20 Thread JasperTecHK
Change by JasperTecHK : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue42690] Aiohttp fails when using intel ax200 wireless card

2020-12-20 Thread JasperTecHK