Run tunnels as singleton process (for a --cli-data-dir) (#177002)

* wip on singleton

* wip

* windows support

* wip

* wip

* fix clippy
This commit is contained in:
Connor Peet
2023-03-14 08:09:47 -07:00
committed by GitHub
parent bed3a7761e
commit 1b5fd140fb
36 changed files with 1283 additions and 311 deletions

View File

@@ -18,6 +18,8 @@ pub mod tunnels;
pub mod update_service;
pub mod util;
mod rpc;
mod async_pipe;
mod json_rpc;
mod msgpack_rpc;
mod rpc;
mod singleton;