Don't wait for topic

This commit is contained in:
Nicolas Mowen 2025-03-11 15:40:02 -06:00
parent 7411a8bafa
commit ba57e67043

View File

@ -792,9 +792,7 @@ class TrackedObjectProcessor(threading.Thread):
# check for sub label updates
while True:
(topic, payload) = self.sub_label_subscriber.check_for_update(
timeout=0.1
)
(topic, payload) = self.sub_label_subscriber.check_for_update(timeout=0)
if not topic:
break