SocketRocket icon indicating copy to clipboard operation
SocketRocket copied to clipboard

iOS 16 Xcode14 Thread Performance Checker: Thread running at QOS_CLASS_USER_INTERACTIVE waiting on a lower QoS thread running at QOS_CLASS_DEFAULT.

Open TmacCL0523 opened this issue 2 years ago • 12 comments

This issue appears in version 0.60. IOS version 16.0 Xcode version 14.0

企业微信截图_2e745736-65f6-4161-8f4e-fbb4fe4b4168

TmacCL0523 avatar Sep 14 '22 02:09 TmacCL0523

I also met

wangkai598 avatar Sep 26 '22 07:09 wangkai598

How to solve it?

wangjie172767 avatar Sep 27 '22 07:09 wangjie172767

Submitted a PR for a fix to this warning: https://github.com/facebookincubator/SocketRocket/pull/651

samsiner avatar Oct 03 '22 23:10 samsiner

When this PR will be merged?

bolo992 avatar Oct 26 '22 06:10 bolo992

When this PR will be merged?

@nlutsenko I believe you have write access. Could you please review the PR listed above and merge if approved?

samsiner avatar Oct 27 '22 14:10 samsiner

Any update on this?

KeiroMidori avatar Jan 11 '23 00:01 KeiroMidori

No, still waiting for @nlutsenko or someone with write access to merge the PR.

samsiner avatar Jan 11 '23 03:01 samsiner

Hello, how to solve this problem, is there a new update? @samsiner

zonggexu avatar Feb 02 '23 05:02 zonggexu

perfect!

wzJun1 avatar Apr 07 '23 06:04 wzJun1

+1

rgmyyw avatar Apr 13 '23 08:04 rgmyyw

Thread Performance Checker: Thread running at QOS_CLASS_USER_INTERACTIVE waiting on a lower QoS thread running at QOS_CLASS_DEFAULT. Investigate ways to avoid priority inversions PID: 19639, TID: 5523078 Backtrace

3 SocketRocket 0x0000000100e3fa4c -[SRRunLoopThread runLoop] + 44 4 SocketRocket 0x0000000100e39c14 +[NSRunLoop(SRWebSocket) SR_networkRunLoop] + 56 5 SocketRocket 0x0000000100e3e2b0 -[SRProxyConnect _openConnection] + 72 6 SocketRocket 0x0000000100e3d6d8 -[SRProxyConnect _configureProxy] + 916 7 SocketRocket 0x0000000100e3cecc -[SRProxyConnect openNetworkStreamWithCompletion:] + 92 8 SocketRocket 0x0000000100e4175c -[SRWebSocket open] + 624

luck-apple avatar May 24 '23 08:05 luck-apple

Updating SocketRocket to 0.7.0 version fixed the issue

mmatiush avatar Jul 18 '23 15:07 mmatiush