mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
timing and test fixes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user