huangxingxing před 4 měsíci
rodič
revize
8b61cacf4b

+ 5 - 5
src/main/java/com/miniframe/mdo/service/LogService.java

@@ -63,11 +63,11 @@ public class LogService {
         } catch (IOException e) {
             e.printStackTrace();
         }
-        CompletableFuture<Void> cf = CompletableFuture.supplyAsync(()->{
-        WebsocketEndPoint webs =  (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint");
-        webs.sendMessageToUser(String.valueOf(pid),log);
-        return null;
-        });
+//        CompletableFuture<Void> cf = CompletableFuture.supplyAsync(()->{
+//        WebsocketEndPoint webs =  (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint");
+//        webs.sendMessageToUser(String.valueOf(pid),log);
+//        return null;
+//        });
     }
     /**
      * 文件内容追加