Home
last modified time | relevance | path

Searched refs:client1 (Results 1 – 1 of 1) sorted by relevance

/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs447 let client1 = create_client("user1".to_owned(), server_port).await?; in test_get_allocations_info() localVariable
448 client1.listen().await?; in test_get_allocations_info()
458 let user1 = client1.allocate().await?; in test_get_allocations_info()
464 let addr1 = client1 in test_get_allocations_info()