mirror of https://github.com/jackwener/wx-cli.git
Server uses interprocess::local_socket, but client was using
std::fs::OpenOptions("\\.\pipe\wx-cli-daemon") which fails to
connect to pipes created by interprocess's tokio listener.
Use the same interprocess client API on both sides for consistency.
Verified with: cargo check --target x86_64-pc-windows-gnu (mingw-w64).
|
||
|---|---|---|
| .. | ||
| cli | ||
| crypto | ||
| daemon | ||
| scanner | ||
| config.rs | ||
| ipc.rs | ||
| main.rs | ||