C++ test cases between grpc 1.0.0 client and grpc 1.38.1 server. 

gRPC client log code pieces:
if (status.ok())
{
  ...
}
else
{
  std::cout << status.error_code() << ": " << status.error_message() << 
std::endl;
}

The logs show as follow: 
"14:"
Nothing else.

The test run a couple of hours and got more than 10 erro_code "14:", but 
did not get any error_message.

How to figure out what is the issue? any suggestion? Thank you very much!

-- 
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/0608c491-9558-46a2-bd39-4a4cfaa80b37n%40googlegroups.com.

Reply via email to