airbnb / lottie-ios

An iOS library to natively render After Effects vector animations
http://airbnb.io/lottie/
Apache License 2.0
25.7k stars 3.74k forks source link

Priority inversion when loading url in global queue. #2462

Closed wsdwsd08290829 closed 1 month ago

wsdwsd08290829 commented 1 month ago

There is report from system tools that using global queue could case priority inversion: https://github.com/hansemannn/Onboard-Lottie/blob/master/Demo/Carthage/Checkouts/lottie-ios/lottie-ios/Classes/Private/LOTAnimationView.m#L68

Thus we propose to add api so users can provide a lower priority queue instead thanks.