Skip to content
Snippets Groups Projects
Commit 3726098a authored by Vijay Pai's avatar Vijay Pai
Browse files

Fling client needs to have 4 invocations of event_finish to make this

a real ping-pong test
parent 280744ec
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ static void step_ping_pong_request(void) { ...@@ -65,6 +65,7 @@ static void step_ping_pong_request(void) {
grpc_event_finish(grpc_completion_queue_next(cq, gpr_inf_future)); grpc_event_finish(grpc_completion_queue_next(cq, gpr_inf_future));
grpc_event_finish(grpc_completion_queue_next(cq, gpr_inf_future)); grpc_event_finish(grpc_completion_queue_next(cq, gpr_inf_future));
grpc_event_finish(grpc_completion_queue_next(cq, gpr_inf_future)); grpc_event_finish(grpc_completion_queue_next(cq, gpr_inf_future));
grpc_event_finish(grpc_completion_queue_next(cq, gpr_inf_future));
grpc_call_destroy(call); grpc_call_destroy(call);
call = NULL; call = NULL;
} }
......
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