This commit is contained in:
John Doty 2022-10-08 14:21:40 +00:00
parent 1ee8f2054c
commit 99d1a6c69e

View file

@ -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(