Closed s-l-teichmann closed 5 months ago
util.PathEval objects are intended to be used single threaded. Therefore sharing one for all workers in the downloader is causing data races.
util.PathEval
This PR addresses this.
LGTM
util.PathEval
objects are intended to be used single threaded. Therefore sharing one for all workers in the downloader is causing data races.This PR addresses this.