| 
						
						
							
								
							
						
						
					 | 
					@ -86,11 +86,11 @@ public class NacosServiceListListenerRegisterer { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                serviceListView = namingService.getServicesOfServer(1, 100); | 
					 | 
					 | 
					                serviceListView = namingService.getServicesOfServer(1, 100); | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                //启动监听
 | 
					 | 
					 | 
					                //启动监听
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                if (serviceListView == null || serviceListView.getCount() == 0) { | 
					 | 
					 | 
					                if (serviceListView == null || serviceListView.getCount() == 0) { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                    log.info("【Nacos服务列表定时刷新】当前无任何可添加监听的服务"); | 
					 | 
					 | 
					                    log.debug("【Nacos服务列表定时刷新】当前无任何可添加监听的服务"); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					                    return; | 
					 | 
					 | 
					                    return; | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                } | 
					 | 
					 | 
					                } | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                List<String> serviceList = serviceListView.getData(); | 
					 | 
					 | 
					                List<String> serviceList = serviceListView.getData(); | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					                log.info("【Nacos服务列表定时刷新】Nacos服务端服务列表: {}", serviceList); | 
					 | 
					 | 
					                log.debug("【Nacos服务列表定时刷新】Nacos服务端服务列表: {}", serviceList); | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					 | 
					 | 
					
 | 
					 | 
					 | 
					
 | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                for (String service : serviceList) { | 
					 | 
					 | 
					                for (String service : serviceList) { | 
				
			
			
		
	
		
		
			
				
					 | 
					 | 
					                    try { | 
					 | 
					 | 
					                    try { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					
  |