Skip to content
Snippets Groups Projects
Commit d7f43b3a authored by vjpai's avatar vjpai
Browse files

Fix scoping for client, in preparation for implementation

parent e8ff3889
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment