diff --git a/internal/iplibrary/manager_ip_list.go b/internal/iplibrary/manager_ip_list.go index 7700ff6..bfa3196 100644 --- a/internal/iplibrary/manager_ip_list.go +++ b/internal/iplibrary/manager_ip_list.go @@ -149,6 +149,10 @@ func (this *IPListManager) fetch() (hasNext bool, err error) { Size: this.pageSize, }) if err != nil { + if rpc.IsConnError(err) { + remotelogs.Warn("IP_LIST_MANAGER", "rpc connection error: "+err.Error()) + return false, nil + } return false, err } items := itemsResp.IpItems