xiaoma20082008 opened a new issue, #423: URL: https://github.com/apache/rocketmq-client-cpp/issues/423
Compile error after this commit #419 **BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? ``` git clone https://github.com/apache/rocketmq-client-cpp.git cd rocketmq-client-cpp && ./build.sh ``` - What did you expect to see? build and compile success - What did you see instead? `static_cast from 'int *' to 'const char *' is not allowed` on [TcpTransport.cpp#L210](https://github.com/apache/rocketmq-client-cpp/blob/master/src/transport/TcpTransport.cpp#L210) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
