The problem that I thought was with the defer in the last release was actually the problem of method receiver being a value instead of a pointer. That caused the mutex to be copied and therefore the locks didn't work. This now has been fixed
The problem that I thought was with the defer in the last release was actually the problem of method receiver being a value instead of a pointer. That caused the mutex to be copied and therefore the locks didn't work. This now has been fixed