mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-11-29 15:36:36 -05:00
wasm dht test passes
This commit is contained in:
parent
11c19d1bad
commit
d750b7c5c3
10 changed files with 151 additions and 102 deletions
|
|
@ -308,17 +308,6 @@ pub(crate) trait NodeRefBase: Sized {
|
|||
})
|
||||
}
|
||||
|
||||
fn protect_last_connection(&self) -> bool {
|
||||
if let Some(descriptor) = self.last_connection() {
|
||||
self.routing_table()
|
||||
.network_manager()
|
||||
.connection_manager()
|
||||
.protect_connection(descriptor)
|
||||
} else {
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
fn has_any_dial_info(&self) -> bool {
|
||||
self.operate(|_rti, e| {
|
||||
for rtd in RoutingDomain::all() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue