Skip to content

Commit 7240f2d

Browse files
samsinerSam Siner
and
Sam Siner
authored
Move shared thread to NSQualityOfServiceUserInitiated (#651)
Co-authored-by: Sam Siner <sam.siner@ninjarmm.com>
1 parent 6fdc5fd commit 7240f2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SocketRocket/Internal/RunLoop/SRRunLoopThread.m

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ + (instancetype)sharedThread
2929
dispatch_once(&onceToken, ^{
3030
thread = [[SRRunLoopThread alloc] init];
3131
thread.name = @"com.facebook.SocketRocket.NetworkThread";
32+
thread.qualityOfService = NSQualityOfServiceUserInitiated;
3233
[thread start];
3334
});
3435
return thread;

0 commit comments

Comments
 (0)