Skip to content
Snippets Groups Projects

ENH: Allow insert/update/delete and files in Extern C

Merged Florian Spreckelsen requested to merge f-full-c into dev
3 files
+ 21
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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;
Loading