Project

General

Profile

Task #1744

Updated by Junxiao Shi almost 10 years ago

While unlikely, some Face destruction notifications can be missed. 
    NRD should schedule a low-frequency event (e.g., 1 hour) to check for alive faces and do cleanup. 

 Alternative, is to this check more frequently---on each `FaceMonitor::onTimeout` FaceMontitor::onTimeout event (right now it is about once every 60 seconds).

Back