helloworld]# ./greeter_client
Error no 11, error string Resource temporarily unavailableGreeter received: 
Hello world
helloworld]#
  GreeterClient greeter(grpc::CreateChannel(
      "localhost:50051", grpc::InsecureChannelCredentials()));
  std::string user("world");
  std::string reply = greeter.SayHello(user);
  printf("Error no %d, error string %s", errno, strerror(errno));
  std::cout << "Greeter received: " << reply << std::endl;

Is this expected behavior ?

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/78df800d-9d57-4e14-b829-c38492063791%40googlegroups.com.

Reply via email to