You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor server context handling in server.go to prevent race conditions
- Updated background initialization methods to use read locks for accessing server context.
- Added cancellation of the old context in StartServer to avoid potential race conditions.
- Improved tool re-indexing logic after configuration reload to ensure thread safety.
0 commit comments