Replies: 1 comment 1 reply
-
|
Confirmed a race: In my projects I've assumed a policy that any asyncs related to widget should go through following method: This is the only correct approach for dropping operation on disposal. Notably, the race (outside of UI thread) can't be avoided without catching an exception! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can't reproduce this anymore, but I've observed following exception when deleting a project.
I assume this is a race in editor closing (probably does not check for disposals is async).
Beta Was this translation helpful? Give feedback.
All reactions