mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 14:36:29 +03:00
proper shutdown and progress reports
This commit is contained in:
@@ -494,7 +494,7 @@ pub async fn cmdline(context: Context, line: &str, chat_id: &mut ChatId) -> Resu
|
||||
let file = dir.join("qr.svg");
|
||||
tokio::fs::write(file, qr_code.as_bytes()).await?;
|
||||
|
||||
tokio::time::sleep(std::time::Duration::from_secs(100)).await;
|
||||
transfer.done().await?;
|
||||
sender.close().await?;
|
||||
}
|
||||
"receive-backup" => {
|
||||
|
||||
Reference in New Issue
Block a user