We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf7bac commit 874da49Copy full SHA for 874da49
GCD/GCDAsyncSocket.m
@@ -6712,6 +6712,9 @@ - (void)cf_startTLS
6712
6713
#if TARGET_OS_IPHONE
6714
6715
++ (void)ignore:(id)_
6716
+{}
6717
+
6718
+ (void)startCFStreamThreadIfNeeded
6719
{
6720
static dispatch_once_t predicate;
@@ -6734,7 +6737,7 @@ + (void)cfstreamThread { @autoreleasepool
6734
6737
// So we'll just create a timer that will never fire - unless the server runs for decades.
6735
6738
[NSTimer scheduledTimerWithTimeInterval:[[NSDate distantFuture] timeIntervalSinceNow]
6736
6739
target:self
- selector:@selector(doNothingAtAll:)
6740
+ selector:@selector(ignore:)
6741
userInfo:nil
6742
repeats:YES];
6743
0 commit comments