asyncio
asyncio copied to clipboard
Implement datagram protocol on Windows for ProcatorEventLoop
ProcatorEventLoop doesn't support UDP right now.
I'm working on a patch. I need to implement WSARecvFrom in the _overlapped
module for example.
Original issue reported on code.google.com by [email protected] on 8 Jul 2014 at 11:01
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 [email protected] on 8 Jul 2014 at 11:02