You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then my key logs get blocked until a property changes. So say I press five keys, then after a property changes I finally get the logs of the five key presses.
So it looks like on_properties_changed is blocking other tasks during the wait for a property change and then they only get flushed after changes.
The text was updated successfully, but these errors were encountered:
insidewhy
changed the title
on_properties_changed blocks other tasks until a property changes
on_properties_changed blocks loop.create_task until a property changes
Oct 26, 2022
I need to interact with a keypress handler object and call async methods on an interface so I have something like this:
If I add an
on_properties_changed
handler like so:Then my key logs get blocked until a property changes. So say I press five keys, then after a property changes I finally get the logs of the five key presses.
So it looks like
on_properties_changed
is blocking other tasks during the wait for a property change and then they only get flushed after changes.The text was updated successfully, but these errors were encountered: