We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import aiouv aiouv.create_udp_endpoint(aiouv.EventLoop(), lambda *a:None, remote_addr=('127.0.0.1', 6001))
Exception:
Traceback (most recent call last): File "<pyshell#3>", line 2, in <module> aiouv.create_udp_endpoint(aiouv.EventLoop(), lambda *a:None, remote_addr=('127.0.0.1', 6001)) File "d:\aiouv\aiouv\_transports.py", line 297, in create_udp_endpoint addr = handle.getsockname() pyuv._cpyuv.error.UDPError: (-4071, 'invalid argument')
The text was updated successfully, but these errors were encountered:
Merge pull request #9 from htoothrot/master
31b0f3b
#6: always bind local_addr before getsockname call
No branches or pull requests
Exception:
The text was updated successfully, but these errors were encountered: