Delete old Peer
implementation and adapt previous code paths
This still doesn't compile but should be close.
This commit is contained in:
parent
5dee7ecf5b
commit
d6412fdbde
10 changed files with 171 additions and 997 deletions
|
@ -15,7 +15,6 @@ use std::{
|
|||
sync::Arc,
|
||||
};
|
||||
use tempdir::TempDir;
|
||||
use zrpc::ForegroundRouter;
|
||||
|
||||
#[cfg(feature = "test-support")]
|
||||
pub use zrpc::test::Channel;
|
||||
|
@ -163,7 +162,6 @@ pub fn build_app_state(cx: &AppContext) -> Arc<AppState> {
|
|||
settings,
|
||||
themes,
|
||||
languages: languages.clone(),
|
||||
rpc_router: Arc::new(ForegroundRouter::new()),
|
||||
rpc: rpc::Client::new(languages),
|
||||
fs: Arc::new(RealFs),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue