Skip to content

v0.3.4

Latest

Choose a tag to compare

@emillis emillis released this 14 Aug 19:39

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