|
@@ -63,13 +63,13 @@ public class LogService {
|
|
|
} catch (IOException e) {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
- CompletableFuture<Void> cf = CompletableFuture.supplyAsync(()->{
|
|
|
+// CompletableFuture<Void> cf = CompletableFuture.supplyAsync(()->{
|
|
|
// System.out.println("s消息发送:aid:"+aid+"--log:"+log);
|
|
|
- WebsocketEndPoint webs = (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint");
|
|
|
- webs.sendMessageToUser(String.valueOf(pid),log);
|
|
|
+// WebsocketEndPoint webs = (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint");
|
|
|
+// webs.sendMessageToUser(String.valueOf(pid),log);
|
|
|
// System.out.println("d消息发送:aid:"+aid+"--log:"+log);
|
|
|
- return null;
|
|
|
- });
|
|
|
+// return null;
|
|
|
+// });
|
|
|
}
|
|
|
/**
|
|
|
* 文件内容追加
|