Skip to content

Commit

Permalink
WatchNames: return errors via WebSocket
Browse files Browse the repository at this point in the history
Align behavior with plain Watch, which also does the same.

Fixes rancher/rancher#41809

Signed-off-by: Silvio Moioli <silvio@moioli.net>
  • Loading branch information
moio committed Dec 22, 2023
1 parent bf2e965 commit 89a999d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/stores/proxy/proxy_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ func (s *Store) WatchNames(apiOp *types.APIRequest, schema *types.APISchema, w t
} else {
logrus.Debugf("WatchNames received error: %v", item)
}
continue
}

m, err := meta.Accessor(item.Object)
Expand Down

0 comments on commit 89a999d

Please sign in to comment.