Connect pipes over Iroh control
This commit is contained in:
parent
e294965833
commit
741bd202a8
8 changed files with 344 additions and 32 deletions
|
|
@ -1312,6 +1312,7 @@ fn pipe_listen_connect_uses_local_runtime_registry() {
|
|||
&node,
|
||||
geth_control::ControlRequest::PipeConnect {
|
||||
target: "inbox".to_owned(),
|
||||
node: None,
|
||||
},
|
||||
)
|
||||
.expect("connect pipe");
|
||||
|
|
@ -1333,6 +1334,7 @@ fn pipe_listen_connect_uses_local_runtime_registry() {
|
|||
&reopened,
|
||||
geth_control::ControlRequest::PipeConnect {
|
||||
target: "inbox".to_owned(),
|
||||
node: None,
|
||||
},
|
||||
)
|
||||
.expect("connect after reopen");
|
||||
|
|
|
|||
Loading…
Reference in a new issue