You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: