Closed scalalang2 closed 10 months ago
This fixes a race condiiton issue using RWMutex with map.
I thought that the condition occurred due to the pointer to the map element being non-addressable.
However, further investigation is needed to determine the root cause.
resolve #21
Thanks for the quick response!
I created a hotfix tag v0.1.5 which includes this.
v0.1.5
Motivation
This fixes a race condiiton issue using RWMutex with map.
I thought that the condition occurred due to the pointer to the map element being non-addressable.
However, further investigation is needed to determine the root cause.
Related Issues
resolve #21