SocketRocket icon indicating copy to clipboard operation
SocketRocket copied to clipboard

Thread Performance Checker Warning

Open nikhiltekwani09 opened this issue 1 year ago • 1 comments

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

nikhiltekwani09 avatar May 17 '24 06:05 nikhiltekwani09

Duplicate of https://github.com/facebookincubator/SocketRocket/issues/648 and https://github.com/facebookincubator/SocketRocket/issues/661 It has been resolved in version 0.7.0.

For a manual solution to your version 0.6.1, see: https://github.com/facebookincubator/SocketRocket/issues/661#issuecomment-1703842082

funnel20 avatar May 17 '24 07:05 funnel20