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

isHolCache is not thread-safe #128

Closed
adomaskizogian opened this issue Jun 11, 2024 · 0 comments
Closed

isHolCache is not thread-safe #128

adomaskizogian opened this issue Jun 11, 2024 · 0 comments

Comments

@adomaskizogian
Copy link
Contributor

adomaskizogian commented Jun 11, 2024

isHolCache map is not thread-safe in concurrent scenarios. For example you cannot use a single instance of calendar with caching enabled on an http server handling multiple requests at once. Concurrent map writes and reads can kill a go process.

I propose a solution with this pr: #127

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

2 participants