feat(watchdog): implement keepalive mechanism and enhance connection handling

This commit is contained in:
2026-05-09 17:29:02 +08:00
parent 21a4b03c57
commit 9c684241d1
5 changed files with 105 additions and 18 deletions
+2 -3
View File
@@ -69,13 +69,12 @@ For detailed API documentation, please see [docs/api.md](docs/api.md)
- [x] Add frpc instance running status management API
- [x] Add frpc instance log display API
- [x] Fix random database lock when processing logs
- [ ] Add frpc createdBy storage and display
- [ ] Add frpc createdBy display
- [x] Add frpc proxy management API
- [x] Fix backend can still start frpc instance when it is already running
- [ ] Develop an agent software to handle windows service management
- [ ] Refactor all log output level to be more clear
- [ ] Add global websocket endpoint for posting notifications
- [ ] Add frpc instance watchdog
- [x] Add frpc instance watchdog
## License