aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby')
-rwxr-xr-xsrc/ruby/qps/worker.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ruby/qps/worker.rb b/src/ruby/qps/worker.rb
index 8555888106..208211c410 100755
--- a/src/ruby/qps/worker.rb
+++ b/src/ruby/qps/worker.rb
@@ -71,6 +71,7 @@ class WorkerServiceImpl < Grpc::Testing::WorkerService::Service
def run_client(reqs)
q = EnumeratorQueue.new(self)
Thread.new {
+ client = ''
reqs.each do |req|
case req.argtype
when 'setup'