-
Notifications
You must be signed in to change notification settings - Fork 2k
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
iOS16.0 线程警告提示 #650
Comments
The same as #648 |
Have you solved this problem |
// #import "SRRunLoopThread.h" @Property (nonatomic, strong, readwrite) NSRunLoop *runLoop; @implementation SRRunLoopThread
|
(NSRunLoop *)runLoop;
{
dispatch_group_wait(_waitGroup, DISPATCH_TIME_FOREVER);
return _runLoop;
}
pod集成,
xcode:14.0,iphone14pro,iOS16.0 ,SocketRocket (0.6.0)
警告提示:
Thread running at QOS_CLASS_USER_INTERACTIVE waiting on a lower QoS thread running at QOS_CLASS_DEFAULT. Investigate ways to avoid priority inversions
The text was updated successfully, but these errors were encountered: