@ -1422,10 +1422,14 @@ class routerOBP(OPENBRIDGE):
#use the minimum perf_counter to ensure
#We always use only the earliest packet
fi=min(hr_times,key=hr_times.get)
fi=min(hr_times,key=hr_times.get, default=False)
hr_times=None
ifnotfi:
logger.warning("(%s) OBP *LoopControl* fi is empty for some reason : %s, STREAM ID: %s, TG: %s, TS: %s",self._system,int_id(_stream_id),int_id(_dst_id),_sysslot)