Searched refs:client3 (Results 1 – 2 of 2) sorted by relevance
453 let client3 = create_client("user3".to_owned(), server_port).await?; in test_get_allocations_info() localVariable454 client3.listen().await?; in test_get_allocations_info()460 let user3 = client3.allocate().await?; in test_get_allocations_info()470 let addr3 = client3 in test_get_allocations_info()
206 let client3 = Arc::clone(&client2); in main() localVariable224 let resp = match client3.request(req).await { in main()