insidegui / WWDC

The unofficial WWDC app for macOS
https://wwdc.io
BSD 2-Clause "Simplified" License
8.6k stars 777 forks source link

Fixed crash in ImageDownloadCenter caused by RemoteImage #680

Closed insidegui closed 1 year ago

insidegui commented 1 year ago

The app would randomly crash on launch because RemoteImage was using ImageDownloadCenter from a concurrent queue due to its load() method being async but not bound to the main actor.