fukamachi / lack

Lack, the core of Clack
MIT License
155 stars 33 forks source link

Now memory session store will hold lock #58

Closed svetlyak40wt closed 3 years ago

svetlyak40wt commented 3 years ago

Without lock hash can be corrupted :(

This pull fixes issue https://github.com/fukamachi/lack/issues/57

fukamachi commented 3 years ago

Great, thanks!

svetlyak40wt commented 3 years ago

Thank you for merging!

K1D77A commented 2 years ago

Bit late but couldn't you have used the :synchronized keyword?

svetlyak40wt commented 2 years ago

:synchronized will work only for SBCL