Skip to content

Fix race - #74

Merged
linglingye001 merged 1 commit into
release/v1.7.0-previewfrom
linglingye/fix-race
Aug 18, 2026
Merged

Fix race#74
linglingye001 merged 1 commit into
release/v1.7.0-previewfrom
linglingye/fix-race

Conversation

@linglingye001

Copy link
Copy Markdown
Member

Fix race when go provider refresh #73 (comment)

The current implementation

  • Each goroutine uses a local err.
  • Each writes to its own result variable (kvRefreshed or ffRefreshed).
  • Results are published only after eg.Wait() succeeds.

@linglingye001
linglingye001 merged commit e82db44 into release/v1.7.0-preview Aug 18, 2026
13 checks passed
@linglingye001
linglingye001 deleted the linglingye/fix-race branch August 18, 2026 06:02
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.

2 participants