rsocket / rsocket-rust

RSocket Rust Implementation using Tokio
Apache License 2.0
199 stars 20 forks source link

Unable to run on windows system #60

Open BaLaLaLs opened 1 year ago

BaLaLaLs commented 1 year ago

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 commented 1 year ago

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.