mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-19 21:54:25 +01:00
Unsubscribe in client after timeout
This commit is contained in:
@@ -47,6 +47,7 @@ async fn handle_command(
|
||||
println!("{v}");
|
||||
}
|
||||
}
|
||||
stream.unsubscribe().await?;
|
||||
Ok(Value::Null)
|
||||
}
|
||||
cli::CliCommands::AddDevice { uri } => client.add_device(cli.account, uri).await,
|
||||
|
||||
Reference in New Issue
Block a user