sol
9d07997ebf
feat(websocket): enhance WebSocket handler with null safety and cleanup
2025-12-03 17:57:43 +08:00
sol
842e35f5fa
feat(web): Switch to the Undertow server and optimize the thread configuration
2025-10-23 20:08:11 +08:00
sol
ce61d3df11
feat(common):
...
Optimized the exception throwing logic in WebSocketHandlerImpl. Provides more detailed error information for WebSocket message sending exceptions.
2025-10-21 15:54:23 +08:00
sol
f9af9892d2
feat(websocket): 优化 WebSocket消息处理
...
- 重构了 PingMessageHandler 和 WebSocketHandlerImpl 类
- 新增 GetWSTopic 工具方法,用于生成 WebSocket 主题
- 在 PingMessageHandler 中添加了 serviceName 属性,用于动态生成主题
- 优化了消息发送逻辑,提高了代码复用性和可维护性
2025-08-28 11:36:57 +08:00
sol
aaba20fd79
feat(websocket): Implement WebSocket message handling and authentication interceptor
2025-07-04 09:59:14 +08:00
sol
23f193b619
feat(websocket): Implement SendMessageChunkDto for chunked message sending in MyWebSocketHandler
2025-06-20 10:20:12 +08:00
sol
230b9b3a00
feat(websocket): Refactor message sending in MyWebSocketHandler to use structured JSON format
2025-06-20 10:01:04 +08:00
sol
ae1b9ccee1
feat(websocket): Enhance MyWebSocketHandler to support ping-pong messages and chunked message sending
2025-06-19 19:38:52 +08:00
sol
7839966b15
feat(dependencies): Add common-base-model dependency to pom.xml and rename WsSendMessageDto class
2025-06-19 15:31:15 +08:00
sol
193a9dba36
feat(websocket): Add message handling interface and implement message processing in WebSocket handler
2025-06-19 14:54:19 +08:00
sol
aae3fbe5c8
feat(websocket): Implement WebSocket handler and configuration for message broadcasting
2025-06-19 14:33:10 +08:00
Sol
0e882a58c1
feat(plugin): add WebSocket plugin and configure related features
...
- Introduced a new WebSocket plugin module to enable WebSocket communication
- Updated gateway CORS configuration to exclude WebSocket paths
- Enhanced Redis setup by adding message listener support
- Modified Sa-Token configuration to allow WebSocket paths to bypass filters
- Added WebSocket configuration class for STOMP endpoints and message broker setup
- Implemented Tomcat WebSocket configuration for scientific WebSocket initialization
2025-05-29 18:18:58 +08:00