‘liusuyi’
2023-07-19 70d17d90cef5985dbc572e5be79ed7041a0476ff
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);