timing and test fixes

This commit is contained in:
Alex Wolden 2025-08-05 23:05:19 -07:00
parent 1ead55b5b5
commit 43e2cfc724
5 changed files with 5 additions and 8 deletions

View file

@ -145,7 +145,7 @@ class EventDispatcher:
for key, value in subscription.attribute_filters.items()):
continue
# Fire and forget - don't await!
# Fire the call back asychronously
asyncio.create_task(self._execute_callback(subscription.callback, event.clone()))
self.queue.task_done()