Fix Reactotron socket
This commit is contained in:
parent
fe5e4917cc
commit
a3a59e1a85
|
@ -191,11 +191,12 @@
|
|||
NSString *path = [dict objectForKey:@"path"];
|
||||
NSString *password = [dict objectForKey:@"password"];
|
||||
[self setClientSSL:path password:password options:SSLOptions];
|
||||
}
|
||||
}
|
||||
|
||||
if (SSLOptions) {
|
||||
id _outputStream = [self valueForKey:@"_outputStream"];
|
||||
[_outputStream setProperty:SSLOptions forKey:(__bridge id)kCFStreamPropertySSLSettings];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue