‘liusuyi’
2023-07-21 b0cac5f13a8af64e9c50f2e0d73a6626bec92252
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);