SamHatami / Allusion

Mood or Reference Board
0 stars 0 forks source link

PasteImageEvent skips await #3

Closed SamHatami closed 1 month ago

SamHatami commented 1 month ago

This was a big one.

Clipboard must be handled on the UIThread, so alot of thread access check and invokes.

SamHatami commented 1 month ago

Moved NewItemEvent to publish on UI thread. Didn't help at all, moved to invoke ui thread by the dispatcher if access was not there.