This website works better with JavaScript
Home
Explore
Help
Register
Sign In
378402801
/
ruoyi-community
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
优化聊天功能
fangzhen
8 months ago
parent
c51bedc314
commit
04a4412472
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
ruoyi-framework/src/main/java/com/ruoyi/framework/webSocket/WebSocketServer.java
+ 1
- 0
ruoyi-framework/src/main/java/com/ruoyi/framework/webSocket/WebSocketServer.java
View File
@@ -297,4 +297,5 @@ public class WebSocketServer {
}
}
return chatMsg;
return chatMsg;
}
}
+
}
}