Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In-memory session store is not thread safe #57

Open
svetlyak40wt opened this issue Jun 29, 2021 · 1 comment
Open

In-memory session store is not thread safe #57

svetlyak40wt opened this issue Jun 29, 2021 · 1 comment

Comments

@svetlyak40wt
Copy link
Contributor

This type of store uses a hash table and sometimes it gets corrupted. When it is in a corrupted state, lack is unable to add new sessions and clack returns HTTP 500 errors :(

This is the reason why Ultralisp sometimes goes down :(

I'll send a patch with a lock added.

@svetlyak40wt
Copy link
Contributor Author

Created a fix: #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant