feat(pubky): reconnect to timeout Auth request until the receiver is dropped

This commit is contained in:
nazeh
2025-02-09 12:59:14 +03:00
parent 893300d6b2
commit 5fbbdb577b
3 changed files with 37 additions and 14 deletions

View File

@@ -83,7 +83,7 @@ async fn main() -> Result<()> {
println!("Sending AuthToken to the 3rd party app...");
client.send_auth_token(&keypair, url).await?;
client.send_auth_token(&keypair, &url).await?;
Ok(())
}