Skip to content

Commit

Permalink
Fix race conditions:
Browse files Browse the repository at this point in the history
- Replace sync.Once with proper mutex protection
- Add thread-safe access to global variables
- Add proper locking around client operations
- Add proper locking around kubeconfig access
- Add proper locking around verbose flag
  • Loading branch information
openhands-agent committed Dec 27, 2024
1 parent 78f2928 commit 605c0bb
Showing 1 changed file with 440 additions and 404 deletions.
Loading

0 comments on commit 605c0bb

Please sign in to comment.