wangliang преди 4 години
родител
ревизия
2fd83ace8b
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      themis-exam/src/main/java/com/qmth/themis/exam/websocket/WebSocketMobileServer.java

+ 0 - 1
themis-exam/src/main/java/com/qmth/themis/exam/websocket/WebSocketMobileServer.java

@@ -151,7 +151,6 @@ public class WebSocketMobileServer implements Concurrently {
                 map.put("monitorVideoSource", this.source.name());
                 WebsocketDto websocketDto = new WebsocketDto(WebsocketTypeEnum.MOBILE_MONITOR_STOP.name(), map);
                 webSocketOeServer.sendMessage(websocketDto);
-                ExamConstant.sendExamStopMsg(this.recordId, true);
             }
         }
         log.info("用户退出:{},当前在线人数为:{},updateTime:{}", this.sessionId, getOnlineCount(), this.updateTime);