Skip to content
Snippets Groups Projects
Commit 8aa09c38 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix lame client

parent da66937e
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,9 @@ static void channel_op(grpc_channel_element *elem,
case GRPC_CHANNEL_GOAWAY:
gpr_slice_unref(op->data.goaway.message);
break;
case GRPC_CHANNEL_DISCONNECT:
grpc_client_channel_closed(elem);
break;
default:
break;
}
......
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