You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_outdated_trackers source comes from Gatekeeper::get_outdated_appointments, which can return data that is either in the Watcher or the Responder. Data should be intersected with Responder::trackers to make sure the map is not accessed for missing items.
python-teos/teos/responder.py
Lines 451 to 452 in 66bc075
get_outdated_trackerssource comes fromGatekeeper::get_outdated_appointments, which can return data that is either in theWatcheror theResponder. Data should be intersected withResponder::trackersto make sure the map is not accessed for missing items.