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

Thread Performance Checker Warning #681

Open
nikhiltekwani09 opened this issue May 17, 2024 · 1 comment
Open

Thread Performance Checker Warning #681

nikhiltekwani09 opened this issue May 17, 2024 · 1 comment

Comments

@nikhiltekwani09
Copy link

nikhiltekwani09 commented May 17, 2024

Hi

I m getting following warning
Thread Performance Checker: Thread running at User-interactive quality-of-service class waiting on a lower QoS thread running at Default quality-of-service class. Investigate ways to avoid priority inversions

This error is coming because we are using dispatch_group_wait in SRRunLoopThread class. Can some one tell me how to get rid of this warning.

Xcode version 15.3
SocketRocket version 0.6.1 - This coming as a dependency of react native version 0.73.8

@funnel20
Copy link

Duplicate of #648 and #661
It has been resolved in version 0.7.0.

For a manual solution to your version 0.6.1, see: #661 (comment)

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

2 participants