Commit 51b1761
committed
feat: v0.8.0 - WebSocket 支持实现
- 添加 WebSocket 模块基础结构 (types, handler, processor)
- 实现 WebSocket 服务器连接握手和升级
- 实现消息处理和请求验证
- 实现流式响应转发和背压控制
- 实现连接生命周期管理 (心跳检测、优雅关闭、资源清理)
- 添加属性测试验证消息往返一致性
- 添加前端 WebSocket 状态显示组件
- 更新版本号到 0.8.01 parent 385ec1a commit 51b1761
80 files changed
Lines changed: 19253 additions & 124 deletions
File tree
- src-tauri
- src
- commands
- config
- credential
- injection
- resilience
- router
- telemetry
- websocket
- src
- components
- config
- monitoring
- resilience
- routing
- settings
- websocket
- lib/api
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments