melody icon indicating copy to clipboard operation
melody copied to clipboard

Added read/write locks to session key value store #42

Open stamp opened this issue 5 years ago • 3 comments

I noticed that the key/value store in session isn't concurrent safe so I added mutex locks to it

stamp avatar Oct 25 '18 07:10 stamp

@olahol can we get this merged please?

jonaz avatar Nov 04 '18 09:11 jonaz

@olahol can we please have this merged?

jonaz avatar Nov 18 '20 21:11 jonaz

Locking the MustGet will lead to deadlock

iwctwbai avatar Mar 09 '22 09:03 iwctwbai

Fixed in v1.1.1

olahol avatar Oct 09 '22 18:10 olahol