From 77723b127a2eafd1f99a7a3362371be310d5df29 Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Wed, 5 Aug 2015 20:31:39 -0700 Subject: [PATCH] =?UTF-8?q?Document=20that=20grpc=5Fchannel=5Fargs=20don?= =?UTF-8?q?=E2=80=99t=20need=20to=20survive=20GRPCSecureChannel=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/objective-c/GRPCClient/private/GRPCSecureChannel.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/objective-c/GRPCClient/private/GRPCSecureChannel.h b/src/objective-c/GRPCClient/private/GRPCSecureChannel.h index 5c93399333a..74257eb0584 100644 --- a/src/objective-c/GRPCClient/private/GRPCSecureChannel.h +++ b/src/objective-c/GRPCClient/private/GRPCSecureChannel.h @@ -46,6 +46,7 @@ struct grpc_credentials; pathToCertificates:(NSString *)path hostNameOverride:(NSString *)hostNameOverride; +// The passed arguments aren't required to be valid beyond the invocation of this initializer. - (instancetype)initWithHost:(NSString *)host credentials:(struct grpc_credentials *)credentials args:(grpc_channel_args *)args NS_DESIGNATED_INITIALIZER;