‘liusuyi’
2023-07-01 70210b0eb0c58e1779fd89cbcf0909154d7d4936
ruoyi-common/src/main/java/com/ruoyi/common/websocket/util/WebSocketUtils.java
@@ -36,6 +36,7 @@
        }
        synchronized(session) {
            try {
                log.info("发送消息:"+message);
                session.getBasicRemote().sendText(message);
            } catch (IOException e) {
                log.error("sendMessage IOException ",e);