Skip to content

Commit

Permalink
Remove change breaking local mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamolina committed Nov 9, 2024
1 parent b309b87 commit 96bf277
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shared/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,6 @@ func (m *Conn) updateHealth(initial bool) (err error) {
_, ok := oldNodeMap[id]
if !ok {
entry := idMap[id]
if entry.Service.Address == "127.0.0.1" {
continue
}
// insert new connection and admin stub
m.clientConn = append(m.clientConn, nil)
copy(m.clientConn[index+1:], m.clientConn[index:])
Expand Down

0 comments on commit 96bf277

Please sign in to comment.