Merge branch 'qps_client' into one-pass

pull/1369/head
Craig Tiller 10 years ago
commit 17cc30c0b5
  1. 1
      test/cpp/qps/client_sync.cc

@ -105,6 +105,7 @@ class SynchronousStreamingClient GRPC_FINAL : public SynchronousClient {
StartThreads(num_threads_); StartThreads(num_threads_);
} }
~SynchronousStreamingClient() { ~SynchronousStreamingClient() {
EndThreads();
if (stream_) { if (stream_) {
SimpleResponse response; SimpleResponse response;
stream_->WritesDone(); stream_->WritesDone();

Loading…
Cancel
Save