Warn against using serverName property with Cronet

pull/11660/head
thassss 8 years ago committed by Muxi Yan
parent 69d7bd67f4
commit 69776d4b3f
  1. 1
      src/objective-c/GRPCClient/GRPCCall.h

@ -180,6 +180,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;

Loading…
Cancel
Save