aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar thassss <tommy@vsco.co>2017-06-29 09:23:23 -0700
committerGravatar thassss <tommy@vsco.co>2017-06-29 09:23:23 -0700
commite78a0b79fa5b8c7d0154ba91b2fcca4d55bb2e08 (patch)
treecf6559104786d344810c86f1d7a320d46f271555
parenta139bfdc4c8c785e05dc6e8ac8ccbd50a92b2f89 (diff)
Warn against using serverName property with Cronet
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index 2495aface6..496242a1b6 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -165,6 +165,7 @@ extern id const kGRPCTrailersKey;
/**
* The server name for the RPC. If nil, the host name of the service object will be used instead.
+ * This property must be nil when Cronet transport is enabled.
*/
@property (atomic, readwrite) NSString *serverName;