From 89a999db94e86ef15c7c33989a6d31b984e69296 Mon Sep 17 00:00:00 2001 From: Silvio Moioli Date: Fri, 22 Dec 2023 16:21:48 +0100 Subject: [PATCH] WatchNames: return errors via WebSocket Align behavior with plain Watch, which also does the same. Fixes https://github.com/rancher/rancher/issues/41809 Signed-off-by: Silvio Moioli --- pkg/stores/proxy/proxy_store.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/stores/proxy/proxy_store.go b/pkg/stores/proxy/proxy_store.go index 52b0cc76..bd17fe5a 100644 --- a/pkg/stores/proxy/proxy_store.go +++ b/pkg/stores/proxy/proxy_store.go @@ -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)