Skip to content
Snippets Groups Projects
Commit d7f0e877 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Sample app: ProtoMethod -> GRPCProtoMethod

parent ac06cf09
No related branches found
No related tags found
No related merge requests found
......@@ -66,9 +66,9 @@
// Same example call using the generic gRPC client library:
ProtoMethod *method = [[ProtoMethod alloc] initWithPackage:@"grpc.testing"
service:@"TestService"
method:@"UnaryCall"];
GRPCProtoMethod *method = [[GRPCProtoMethod alloc] initWithPackage:@"grpc.testing"
service:@"TestService"
method:@"UnaryCall"];
GRXWriter *requestsWriter = [GRXWriter writerWithValue:[request data]];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment