-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
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
UDP connection fails when local_addr and remote_addr are used together #276
Labels
Comments
1st1
added a commit
that referenced
this issue
Oct 25, 2019
Yeah, weird. Probably was a remnant of the old UDP implementation surfaced because of the three-way merge I had to do. |
I've just published https://github.com/MagicStack/uvloop/releases/tag/v0.14.0rc1. Please test. The final release will be published some time next week if RC1 is OK. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PYTHONASYNCIODEBUG
in env?: YesThe following code, using local_addr and remote_addr together:
produces the following error:
If I remove the local_addr argument from the second create_datagram_endpoint, it works.
The above example works ok in Selector and Proactor.
The text was updated successfully, but these errors were encountered: