Connect to a UNIX socket through a file descriptor #682
Unanswered
davidbrochart
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Can you do that with asyncio? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to use AnyIO with UNIX sockets. It looks like the API only accepts a file system path to connect to a socket, but in my case I already have a file descriptor (returned by pty.fork()).
Is there a way to do that?
Beta Was this translation helpful? Give feedback.
All reactions