Merge 5b265c5a3fc7fbc2b4660b2133689e15368d9808 into 175a7bb0673eca18e9d1b10bff4f728da6b1b513

This commit is contained in:
buvidk1234 2026-09-01 07:24:11 +05:30 committed by GitHub
commit 3308e84f53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,6 +101,7 @@ func (k *KubernetesConnManager) GetConns(ctx context.Context, serviceName string
// Check if another goroutine has already initialized the connections when we released the read lock
conns, exists = k.connMap[serviceName]
if exists {
k.mu.Unlock()
return conns, nil
}
k.mu.Unlock()