facebookincubator / SocketRocket

A conforming Objective-C WebSocket client library.
Other
9.54k stars 2.01k forks source link

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

Open TmacCL0523 opened 2 years ago

TmacCL0523 commented 2 years ago

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

企业微信截图_2e745736-65f6-4161-8f4e-fbb4fe4b4168
wangkai598 commented 2 years ago

I also met

wangjie172767 commented 2 years ago

How to solve it?

samsiner commented 1 year ago

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

bolo992 commented 1 year ago

When this PR will be merged?

samsiner commented 1 year ago

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?

KeiroMidori commented 1 year ago

Any update on this?

samsiner commented 1 year ago

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

zonggexu commented 1 year ago

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

wzJun1 commented 1 year ago

perfect!

rgmyyw commented 1 year ago

+1

luck-apple commented 1 year ago

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

mmatiush commented 1 year ago

Updating SocketRocket to 0.7.0 version fixed the issue