Skip to content
Snippets Groups Projects
Commit caa5106c authored by Yang Gao's avatar Yang Gao
Browse files

also set got_message

parent 467d7bd4
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,7 @@ void CallOpBuffer::FinalizeResult(void** tag, bool* status) {
// Parse received message if any.
if (recv_message_) {
if (recv_message_buf_) {
got_message = true;
got_message = *status;
*status = *status && DeserializeProto(recv_message_buf_, recv_message_);
grpc_byte_buffer_destroy(recv_message_buf_);
recv_message_buf_ = nullptr;
......
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