‘liusuyi’
2023-07-17 1e79a0e52ad5c666d38f900ae10ee92e26804da4
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);