Closed stamp closed 2 years ago
I noticed that the key/value store in session isn't concurrent safe so I added mutex locks to it
@olahol can we get this merged please?
@olahol can we please have this merged?
Locking the MustGet will lead to deadlock
MustGet
Fixed in v1.1.1
v1.1.1
I noticed that the key/value store in session isn't concurrent safe so I added mutex locks to it