pull/16190/head
Muxi Yan 6 years ago
parent 2b0470dcb3
commit 5c7ab989be
  1. 2
      src/objective-c/GRPCClient/GRPCCall.m

@ -103,7 +103,7 @@ const char *kCFStreamVarName = "grpc_cfstream";
/** Serial dispatch queue for tasks inside the call. */
dispatch_queue_t _dispatchQueue;
/** Flags whether call has started. */
bool _started;
BOOL _started;
}
- (instancetype)initWithRequestOptions:(GRPCRequestOptions *)requestOptions

Loading…
Cancel
Save