From 66cc56bb034e3864e4bdb0ad869b6de4e524f3d8 Mon Sep 17 00:00:00 2001 From: Yash Tibrewal Date: Tue, 23 Oct 2018 15:33:08 -0700 Subject: Another server side test --- include/grpcpp/impl/codegen/method_handler_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/grpcpp/impl/codegen/method_handler_impl.h') diff --git a/include/grpcpp/impl/codegen/method_handler_impl.h b/include/grpcpp/impl/codegen/method_handler_impl.h index f1f5b43031..176e4ed31b 100644 --- a/include/grpcpp/impl/codegen/method_handler_impl.h +++ b/include/grpcpp/impl/codegen/method_handler_impl.h @@ -84,7 +84,7 @@ class RpcMethodHandler : public MethodHandler { } ops.ServerSendStatus(¶m.server_context->trailing_metadata_, status); param.call->PerformOps(&ops); - GPR_CODEGEN_ASSERT(param.call->cq()->Pluck(&ops)); + param.call->cq()->Pluck(&ops); } void* Deserialize(grpc_byte_buffer* req, Status* status) final { -- cgit v1.2.3