diff options
author | vjpai <vpai@google.com> | 2016-03-29 18:38:10 -0700 |
---|---|---|
committer | vjpai <vpai@google.com> | 2016-03-29 18:38:10 -0700 |
commit | d7f43b3aabd3d34ebd7ac2ce55fe86095fb92a8b (patch) | |
tree | 48357f77fbab1640cdd7f8d4ce3c3ed9f44f7787 /src | |
parent | e8ff3889f5d0389c1f70f3e8f2b3054d187352b2 (diff) |
Fix scoping for client, in preparation for implementation
Diffstat (limited to 'src')
-rwxr-xr-x | src/ruby/qps/worker.rb | 1 |
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' |