mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 18:24:36 +00:00
improve perf of remove_network in foreign net mgr (#1847)
This commit is contained in:
@@ -48,7 +48,7 @@ impl ForeignNetworkClient {
|
||||
}
|
||||
|
||||
pub async fn list_public_peers(&self) -> Vec<PeerId> {
|
||||
self.peer_map.list_peers().await
|
||||
self.peer_map.list_peers()
|
||||
}
|
||||
|
||||
pub fn get_next_hop(&self, peer_id: PeerId) -> Option<PeerId> {
|
||||
|
||||
Reference in New Issue
Block a user