add pings to v0
This commit is contained in:
parent
3e2dc9099a
commit
28bc6819a6
4 changed files with 110 additions and 14 deletions
|
|
@ -161,6 +161,8 @@ pub async fn setup_edge_node_connection(
|
|||
.unwrap(),
|
||||
)
|
||||
.await;
|
||||
|
||||
println!("{:?}", param.self_public);
|
||||
//leave the inner object floating so that it gets destroyed once we disconnect
|
||||
new_rmc_gateway_connection(conn, move |r| {
|
||||
Arc::new(OnRemoteDrop::<RemoteEdgeNodeHolder, _>::new(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue