-
Notifications
You must be signed in to change notification settings - Fork 558
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
RuntimeError: cannot convert sockaddr into Python object #269
Labels
Comments
Do you want to submit a patch? |
mosquito
added a commit
to mosquito/uvloop
that referenced
this issue
Sep 27, 2019
mosquito
added a commit
to mosquito/uvloop
that referenced
this issue
Oct 21, 2019
mosquito
added a commit
to mosquito/uvloop
that referenced
this issue
Oct 21, 2019
1st1
added a commit
that referenced
this issue
Oct 24, 2019
Fixes #269. Co-authored-by: Dmitry Orlov <[email protected]>
1st1
added a commit
that referenced
this issue
Oct 24, 2019
Fixes #269. Co-authored-by: Dmitry Orlov <[email protected]>
1st1
added a commit
that referenced
this issue
Oct 24, 2019
Fixes #269. Co-authored-by: Dmitry Orlov <[email protected]>
1st1
added a commit
that referenced
this issue
Oct 24, 2019
Fixes #269. Co-authored-by: Dmitry Orlov <[email protected]>
1st1
added a commit
that referenced
this issue
Oct 24, 2019
Fixes #269. Co-authored-by: Dmitry Orlov <[email protected]>
1st1
added a commit
that referenced
this issue
Oct 25, 2019
Fixes #269. Co-authored-by: Dmitry Orlov <[email protected]>
@1st1 if possible, I would leave it open until a new version has been released. |
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?: yesAfter installing
uvloop
as an event-loop factory my UDP server implementation stops working.That's because __convert_sockaddr_to_pyaddr not compatibles af_unix socket family I guess.
The text was updated successfully, but these errors were encountered: