Fix Reactotron socket

This commit is contained in:
Diego Mello 2023-07-12 10:51:36 -03:00
parent fe5e4917cc
commit a3a59e1a85
1 changed files with 9 additions and 8 deletions

View File

@ -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