oopsies
This commit is contained in:
@@ -184,6 +184,8 @@ open class DeviceNode(_address: UUID? = null) {
|
|||||||
pending.addAll(subnode.connections)
|
pending.addAll(subnode.connections)
|
||||||
} else if(subnode.reachability == Visibility.DIRECT) {
|
} else if(subnode.reachability == Visibility.DIRECT) {
|
||||||
working.addAll(subnode.connections)
|
working.addAll(subnode.connections)
|
||||||
|
} else if(subnode.reachability == Visibility.SOME) {
|
||||||
|
pending.addAll(subnode.getPreferredFew())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// cannot send to itself!
|
// cannot send to itself!
|
||||||
|
|||||||
Reference in New Issue
Block a user