feature/port_error_counts #257
1 changed files with 5 additions and 0 deletions
|
@ -836,6 +836,11 @@ LOOP:
|
|||
if startI != indexI || startJ != indexJ {
|
||||
p.setStartIndices(indexI, indexJ)
|
||||
}
|
||||
|
||||
if err != nil {
|
||||
err = fmt.Errorf("address %s: %w", p.innerPools[indexI].clients[indexJ].endpoint(), err)
|
||||
}
|
||||
|
||||
return err
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue