Skip to content

Commit

Permalink
print connectino uri
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed Sep 4, 2024
1 parent b4f8b43 commit ab51d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pairing_api/examples/pairing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async fn main() -> anyhow::Result<()> {

let (methods, metadata) = prepare_pairing_client_data();
let (topic, uri) = pairing_client.try_create(metadata, methods).await.unwrap();

println!("CONNECTION URL: {uri}");
let key = pairing_client.sym_key(&topic).await.unwrap();
let receiver_handle = spawn(spawn_published_message_recv_loop(
pairing_client,
Expand Down

0 comments on commit ab51d8e

Please sign in to comment.