-
- Downloads
Fix data race for build container
A data race was introduced when we do read from `watchForRunningBuildContainer` and writes in `requestBuildContainer` concurrently. Introduce a mutex to do atomic updates and, locked reads.
Loading
Please register or sign in to comment