ConnectEx() fails with an error 10022 when create_datagram_endpoint() is called
with remote_address. A workaround is to replace "yield from sock_connect(sock,
remote_address)" with "sock.connect(remote_address)".
Original comment by victor.s...@gmail.com on 8 Jul 2014 at 11:02
Original issue reported on code.google.com by
victor.s...@gmail.com
on 8 Jul 2014 at 11:01The text was updated successfully, but these errors were encountered: