Skip to content
Commit da3638eb authored by Alexander Narsudinov's avatar Alexander Narsudinov
Browse files

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.
parent 25401592
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment