Commit f451572f authored by 廖旭伟's avatar 廖旭伟

websocket日志

parent d018181c
...@@ -98,7 +98,7 @@ public class SingleApplyreviewService implements IApplicationStartedService { ...@@ -98,7 +98,7 @@ public class SingleApplyreviewService implements IApplicationStartedService {
if(webSocketClient.isOpen()) { if(webSocketClient.isOpen()) {
webSocketClient.setCurrentTime(System.currentTimeMillis()); webSocketClient.setCurrentTime(System.currentTimeMillis());
webSocketClient.send(JSONObject.toJSONString(processUserImage)); webSocketClient.send(JSONObject.toJSONString(processUserImage));
log.info("发送消息: " + JSONObject.toJSONString(processUserImage)); //log.info("发送消息: " + JSONObject.toJSONString(processUserImage));
} }
try { try {
Thread.sleep(15000); Thread.sleep(15000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment