fix: resolve bugs across connection, PKI, admin, packet flow, and stability subsystems (#5011)

This commit is contained in:
James Rich 2026-04-09 08:20:06 -05:00 committed by GitHub
parent cd9f1c0600
commit 60cc2f4237
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 413 additions and 45 deletions

View file

@ -82,6 +82,7 @@ open class BaseMapViewModel(
.getWaypoints()
.mapLatest { list ->
list
.filter { it.waypoint != null }
.associateBy { packet -> packet.waypoint!!.id }
.filterValues {
val expire = it.waypoint?.expire ?: 0