Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUVLoop raises "requires a DNS lookup" on Unix Domain Sockets #196
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PYTHONASYNCIODEBUGin env?: yesWhen using uvloop with Unix Domain Sockets
uvloop.loop.UDPTransport.sendtoraisesValueError: UDP.sendto(): address '(socket path)' requires a DNS lookupwhich is wrong, as there are no DNS lookups for Unix Domain Sockets.Original Python aioloop works without any problems with this.
I think this can be related to #91
Code to reproduce: