We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fdc5fd commit 7240f2dCopy full SHA for 7240f2d
SocketRocket/Internal/RunLoop/SRRunLoopThread.m
@@ -29,6 +29,7 @@ + (instancetype)sharedThread
29
dispatch_once(&onceToken, ^{
30
thread = [[SRRunLoopThread alloc] init];
31
thread.name = @"com.facebook.SocketRocket.NetworkThread";
32
+ thread.qualityOfService = NSQualityOfServiceUserInitiated;
33
[thread start];
34
});
35
return thread;
0 commit comments