|  | @@ -368,7 +368,9 @@ public class RealExamCollectionService extends Ele6RYBaseService {
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          // 关闭socket
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -        return commSendService.closeSocket();
 | 
	
		
			
				|  |  | +        // 修改为socket常开,直接返回成功结果。
 | 
	
		
			
				|  |  | +        // return commSendService.closeSocket();
 | 
	
		
			
				|  |  | +        return AjaxResult.success("关闭连接成功!");
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      public AjaxResult closeAll() {
 |