Closed Vizonex closed 7 months ago
Nice! Could you add a test here that runs on winloop?
On Wed, Mar 20, 2024 at 9:55 PM Saúl Ibarra Corretgé < @.***> wrote:
Nice! Could you add a test here that runs on winloop?
— Reply to this email directly, view it on GitHub https://github.com/saghul/aiodns/pull/116#issuecomment-2011095837, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3K7GGV45XZ7NX4CXNMST7TYZJDY5AVCNFSM6AAAAABFAS56NSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJRGA4TKOBTG4 . You are receiving this because you authored the thread.Message ID: @.***>
I probably could in a bit.
One Little thing I added was also uvloop which works on other platforms excluding windows might be smart to add so I included it.
So I recently tried to see if
winloop
would be another valid option since it is not tied to theProctorEventLoop
in any way shape or form and I was able to spin up a quick unittest once I modified aiodns's dns resolver to work with my library.btw I am the main developer of winloop.