STINNER Victor <vstin...@redhat.com> added the comment:
Copy of my messages in July 2014: https://github.com/python/asyncio/issues/187 """ ProcatorEventLoop doesn't support UDP right now. I'm working on a patch. I need to implement WSARecvFrom in the _overlapped module for example. 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)". """ ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue29883> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com