TODO
This commit is contained in:
parent
1ee8f2054c
commit
99d1a6c69e
1 changed files with 1 additions and 0 deletions
|
|
@ -582,6 +582,7 @@ pub async fn run_server() {
|
|||
}
|
||||
|
||||
pub async fn run_client(remote: &str) {
|
||||
// TODO: Drive a reconnect loop
|
||||
let mut child = spawn_ssh(remote).await.expect("failed to spawn");
|
||||
|
||||
let mut writer = MessageWriter::new(BufWriter::new(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue