refactor(tcp): 优化 TCP通信相关代码
- 注释掉 message_handler 中的测试用连接地址 - 在 tcp_client 中添加注释说明连接成功后的操作 - 优化 tcp_service 中的消息发送逻辑 - 移除不必要的错误处理和日志输出 |
---|
|
src/message_handler.cpp |
---|
src/tcp_client.cpp |
---|
src/tcp_service.cpp |
---|