Add finished stream detection to OBP
This commit is contained in:
parent
e83c148932
commit
1161787c8d
@ -1259,6 +1259,10 @@ class routerOBP(OPENBRIDGE):
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
||||||
|
if '_fin' in self.STATUS[_stream_id]:
|
||||||
|
logger.warning("(%s) OBP *LoopControl* STREAM ID: %s ALREADY FINISHED FROM THIS SOURCE, IGNORING",self._system, int_id(_stream_id))
|
||||||
|
return
|
||||||
|
|
||||||
# Loop Control
|
# Loop Control
|
||||||
|
|
||||||
for system in systems:
|
for system in systems:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user