Skip to content
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

Unable to run on windows system #60

Open
BaLaLaLs opened this issue Mar 22, 2023 · 1 comment
Open

Unable to run on windows system #60

BaLaLaLs opened this issue Mar 22, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@BaLaLaLs
Copy link

System Version: Windows 11 home

rsocket version:
rsocket_rust = "0.7.2"
rsocket_rust_transport_tcp = "0.7.2"

Compilation time error:

error[E0432]: unresolved import `tokio::net::UnixStream`
 use tokio::net::UnixStream;
  |     ^^^^^^^^^^^^^^^^^^^^^^ no `UnixStream` in `net`
@jjeffcaii
Copy link
Member

Thanks for issue reporting. It's a compatibility problem with windows, because Unix sock is only for Unix.
I'll exclude Unix socks in windows platform in the near future.

@jjeffcaii jjeffcaii added the bug Something isn't working label Mar 26, 2023
@jjeffcaii jjeffcaii self-assigned this Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants