This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 237
What about the supporters of xray from Windows? #53
Labels
Comments
Or,can you provide a fallback solution on Windows?:pensive: |
Thanks for the feedback. I’ll investigate alternatives. |
named-pipe is usually an alternative, and parity uses it. |
I haven’t found a complete implementation of names pipes that works with tokio. |
@nathansobo could this work? https://github.com/alexcrichton/tokio-named-pipes. It is the base crate for what @quininer linked. |
What is the current status of Xray on Windows? |
We're not really production ready on any platform. Windows is especially lacking right now due to no workarounds for domain sockets as stated above. |
The Microsoft Azure team seems to be maintaining a more up-to-date version of tokio-named-pipes here: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/atom/xray/blob/0035c7fed82fbdb001a5cb3cd1a0a60617cad266/xray_server/src/main.rs#L22
https://github.com/atom/xray/blob/0035c7fed82fbdb001a5cb3cd1a0a60617cad266/xray_cli/src/main.rs#L12
The text was updated successfully, but these errors were encountered: