When creating several new jobs in parallel the client.innerhandler["c"] will be overwritten in client/client.go:225 which down the line leads to jobs getting results of the wrong job.
Proposed solution is to lock the do function only allowing one job to be set up at a time. Pull request: #75
When creating several new jobs in parallel the client.innerhandler["c"] will be overwritten in client/client.go:225 which down the line leads to jobs getting results of the wrong job.
Proposed solution is to lock the do function only allowing one job to be set up at a time. Pull request: #75