Skip to content
Snippets Groups Projects
Commit fc2daa38 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

ENH: UnaryRpcHandler: return false on error

parent 2f2e197d
No related branches found
No related tags found
No related merge requests found
Pipeline #12410 failed
......@@ -83,6 +83,7 @@ bool UnaryRpcHandler::OnNext(bool ok) {
// with the fail-fast option. (Note that async unary RPCs don't post a CQ
// tag at this point, nor do client-streaming or bidi-streaming RPCs that
// have the initial metadata corked option set.)"
return false;
}
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment