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 #104

Closed BiDuang closed 1 year ago

BiDuang commented 1 year ago

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

saghul commented 1 year ago

Please don't make any unrelated code or indentation changes.

BiDuang commented 1 year ago

Please don't make any unrelated code or indentation changes.

Sorry about that, VSC has performed an automatic syntax sorting.