Fix bug in test health check service implementation.

pull/19077/head
Mark D. Roth 6 years ago
parent 0e405388cf
commit 440e9b79bf
  1. 1
      test/cpp/end2end/test_health_check_service_impl.cc

@ -54,6 +54,7 @@ Status HealthCheckServiceImpl::Watch(
}
if (response.status() != last_state) {
writer->Write(response, ::grpc::WriteOptions());
last_state = response.status();
}
}
gpr_sleep_until(gpr_time_add(gpr_now(GPR_CLOCK_MONOTONIC),

Loading…
Cancel
Save