Fix the goroutine variable capturing in `removeObjectsOneByOne`
This patch fixes classic golang for-loop variable capturing issue that leeds to incorrect results in goroutines. This is fixed in latest versions of golang, but this project uses go 1.15, so it won't work as expected by an author.
Loading
Please register or sign in to comment