3 Commits

Author SHA1 Message Date
58a8efc17a refactor(socket): decouple command handling and add message sending
- Move command handler to variable for better flexibility
- Add SendMsg function for sending messages through socket
- Fix missing return statements in command execution
- Improve error handling in monitor exception reporting
2026-04-28 19:55:45 +08:00
3a0b591d5e fix(server): change connection method from one-time to full-time 2026-04-07 23:23:32 +08:00
8aa30b434b style: pack commandParse and socket server to different packages 2026-04-04 18:00:59 +08:00