Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dispatch_semaphore Priority inversion problem #41

Open
huanglins opened this issue Nov 15, 2022 · 2 comments
Open

dispatch_semaphore Priority inversion problem #41

huanglins opened this issue Nov 15, 2022 · 2 comments

Comments

@huanglins
Copy link

Thread Performance Checker: Thread running at QOS_CLASS_USER_INITIATED waiting on a lower QoS thread running at QOS_CLASS_DEFAULT that performed synchronous networking which can incur variable delays. Investigate ways to avoid priority inversions

@developer-appdam
Copy link

I believe I'm having the same issue. I used to have a video processing nicely and now the whole app freezes at exactly the point where the export should happen. Any fix for this?

@nyeu
Copy link

nyeu commented Mar 20, 2023

I have the same problem, any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants