Message325389
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)".
""" |
|
| Date |
User |
Action |
Args |
| 2018-09-14 19:32:20 | vstinner | set | recipients:
+ vstinner, giampaolo.rodola, asvetlov, yselivanov, meilyadam |
| 2018-09-14 19:32:20 | vstinner | set | messageid: <[email protected]> |
| 2018-09-14 19:32:20 | vstinner | link | issue29883 messages |
| 2018-09-14 19:32:20 | vstinner | create | |
|