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

fix(go-client): avoid parallel loads if accessed from multiple go routines #162

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

h4rikris
Copy link
Member

@h4rikris h4rikris commented Nov 9, 2022

goburrow cache calling loaderFunc multiple times if key is accessed from multiple go routines. removed goburrowcache. Implemented simple reloader with store.

@h4rikris h4rikris changed the title fix(go-client): loading schema multiple times if descriptor accessed … fix(go-client): avoid multiple loads if accessed from multiple go routines Nov 9, 2022
…erent go routines

goburrow cache calling loaderFunc multiple times if key is accessed from multiple go routines.
Removed goburrowcache.Implemented simple reloader with Ticker.
@h4rikris h4rikris changed the title fix(go-client): avoid multiple loads if accessed from multiple go routines fix(go-client): avoid parallel loads if accessed from multiple go routines Nov 10, 2022
@Meghajit Meghajit merged commit bf8b878 into main Nov 14, 2022
@Meghajit Meghajit deleted the go-client-fix branch November 14, 2022 07:57
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

Successfully merging this pull request may close these issues.

None yet

2 participants