|  | @@ -51,7 +51,6 @@ public class CommSendService {
 | 
											
												
													
														|  |      private CommBuildService commBuildService;
 |  |      private CommBuildService commBuildService;
 | 
											
												
													
														|  |      @Autowired
 |  |      @Autowired
 | 
											
												
													
														|  |      private DebugFaultService debugFaultService;
 |  |      private DebugFaultService debugFaultService;
 | 
											
												
													
														|  | -    // private SocketOldService socketOldService;
 |  | 
 | 
											
												
													
														|  |      @Autowired
 |  |      @Autowired
 | 
											
												
													
														|  |      private SocketService socketService;
 |  |      private SocketService socketService;
 | 
											
												
													
														|  |      @Autowired
 |  |      @Autowired
 | 
											
										
											
												
													
														|  | @@ -261,6 +260,14 @@ public class CommSendService {
 | 
											
												
													
														|  |      }
 |  |      }
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      /**
 |  |      /**
 | 
											
												
													
														|  | 
 |  | +     * 每天06:00/12:00/18:00/00:00执行
 | 
											
												
													
														|  | 
 |  | +     */
 | 
											
												
													
														|  | 
 |  | +    public void scheduledCloseAllSocket() {
 | 
											
												
													
														|  | 
 |  | +        AjaxResult ar = socketService.closeAll();
 | 
											
												
													
														|  | 
 |  | +        l.info("AjaxResult = {}", ar);
 | 
											
												
													
														|  | 
 |  | +    }
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +    /**
 | 
											
												
													
														|  |       * 主动更新模拟器状态。
 |  |       * 主动更新模拟器状态。
 | 
											
												
													
														|  |       * <p>
 |  |       * <p>
 | 
											
												
													
														|  |       * <p>
 |  |       * <p>
 |