fix(go-client): avoid parallel loads if accessed from multiple go routines by h4rikris · Pull Request #162 · raystack/stencil
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 41
Merged
fix(go-client): avoid parallel loads if accessed from multiple go routines#162
fix(go-client): avoid parallel loads if accessed from multiple go routines#162
Conversation
Copy link Copy Markdown
Member
goburrow cache calling loaderFunc multiple times if key is accessed from multiple go routines. removed goburrowcache. Implemented simple reloader with store.
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
…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
force-pushed
the
go-client-fix
branch
from
c29f889 to
17bdd61
Compare
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
Meghajit approved these changes Nov 14, 2022
Meghajit
merged commit
bf8b878
into
main
Meghajit
deleted the
go-client-fix
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment