diff options
author | thassss <tommy@vsco.co> | 2017-06-29 09:23:23 -0700 |
---|---|---|
committer | thassss <tommy@vsco.co> | 2017-06-29 09:23:23 -0700 |
commit | e78a0b79fa5b8c7d0154ba91b2fcca4d55bb2e08 (patch) | |
tree | cf6559104786d344810c86f1d7a320d46f271555 | |
parent | a139bfdc4c8c785e05dc6e8ac8ccbd50a92b2f89 (diff) |
Warn against using serverName property with Cronet
-rw-r--r-- | src/objective-c/GRPCClient/GRPCCall.h | 1 |
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; |