enable playing a gesture with priority, clearing the queue #25

Closed
8464960 wants to merge 7 commits from feat/force-gesture into dev
Showing only changes of commit 79db2c77c8 - Show all commits

View File

@@ -77,6 +77,7 @@ class ActuationReceiver(ReceiverBase):
""" """
Safely drains all pending messages from the queue. Safely drains all pending messages from the queue.
""" """
logging.info("Message queue size: {}".format(self._message_queue.qsize()))
try: try:
while True: while True:
# Remove items one by one without waiting # Remove items one by one without waiting