mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
timing and test fixes
This commit is contained in:
parent
1ead55b5b5
commit
43e2cfc724
5 changed files with 5 additions and 8 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue