diff --git a/datman/src/remote/backup_source_responder.rs b/datman/src/remote/backup_source_responder.rs index c590dd1..cc01573 100644 --- a/datman/src/remote/backup_source_responder.rs +++ b/datman/src/remote/backup_source_responder.rs @@ -166,6 +166,7 @@ pub fn handler_stdio() -> anyhow::Result<()> { read = stdin.lock(); write = stdout.lock(); write_message(&mut write, &pointer_data)?; + write.flush()?; } "exit" => { write_message(&mut write, &"exit")?;