Replies: 3 comments 8 replies
-
You may need to clarify what you are reading from those timestamps. What would you expect to see? But more importantly: why would you expect to see it. |
Beta Was this translation helpful? Give feedback.
-
I would expect the first on_log_message timestamp to be directly after the first action_reschedule_all_task timestamp. |
Beta Was this translation helpful? Give feedback.
-
I see. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using self.screen.post_message(LogMessage(message)) to log to a TextLog widget.
The logging generally works, but even though it is async, the on_log_message handler is only called with delay.
logged timestamps are as follows:
as you can see action_reschedule_all_task was running async, but on_log_message was not called async.
Am I doing something wrong or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions