Add a second client name fetch to prove issue with early exit.

This commit is contained in:
Tom Alexander 2022-02-20 21:51:26 -05:00
parent 60d2afd10d
commit 601c1a5cbc
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -56,6 +56,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.await?;
sleep(Duration::from_secs(5)).await;
let client_name = mpvctl.get_client_name().await?;
println!("done {}", client_name);