refactor(tcp): 优化 TCP通信相关代码
- 注释掉 message_handler 中的测试用连接地址
- 在 tcp_client 中添加注释说明连接成功后的操作
- 优化 tcp_service 中的消息发送逻辑
- 移除不必要的错误处理和日志输出
1 parent 5121aa7 commit d238de8f9e88c948e49a4dc9bc7c39029c13186b
pengxianhong authored on 18 Mar
Showing 3 changed files
View
src/message_handler.cpp
View
src/tcp_client.cpp
View
src/tcp_service.cpp