mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-11 03:26:58 +02:00
Implement cancel
This commit is contained in:
@@ -36,12 +36,6 @@ pub async fn fill_pool(
|
||||
.http2_only(true)
|
||||
.build(connector);
|
||||
|
||||
println!(
|
||||
"URI uri={} host={:?} authority={:?}",
|
||||
uri,
|
||||
uri.host(),
|
||||
uri.authority()
|
||||
);
|
||||
let mut client = ServerReflectionClient::with_origin(transport.clone(), uri.clone());
|
||||
let services = list_services(&mut client).await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user