|
@@ -110,7 +110,8 @@ public class EvaluationWebSocket {
|
|
|
try {
|
|
|
webSocketSet.get(name).session.getBasicRemote().sendText(message);
|
|
|
} catch (Exception e) {
|
|
|
- e.printStackTrace();
|
|
|
+ //e.printStackTrace();
|
|
|
+ log.info("通道关闭,消息推送失败");
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -128,7 +129,8 @@ public class EvaluationWebSocket {
|
|
|
session.getBasicRemote().sendText(message);
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- e.printStackTrace();
|
|
|
+ log.info("通道关闭,消息推送失败");
|
|
|
+ //e.printStackTrace();
|
|
|
}
|
|
|
}
|
|
|
|