Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 branch information