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

a real ping-pong test
pull/391/head
Vijay Pai 10 years ago
parent 280744ec64
commit 3726098a22
  1. 1
      test/core/fling/client.c

@ -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_call_destroy(call);
call = NULL;
}

Loading…
Cancel
Save