aio-libs / aiodns

Simple DNS resolver for asyncio
https://pypi.python.org/pypi/aiodns
MIT License
532 stars 69 forks source link

Add notice to windows user with wrong asyncio loop #105

Closed BiDuang closed 11 months ago

BiDuang commented 1 year ago

Check user's env to let them know about aiodns needs a SelectorEventLoop on Windows platform. Updated the example usage.