apache / rocketmq-client-cpp

Apache RocketMQ cpp client
https://rocketmq.apache.org/
Apache License 2.0
360 stars 158 forks source link

Compile error with static_cast #423

Closed xiaoma20082008 closed 2 years ago

xiaoma20082008 commented 2 years ago

Compile error after this commit #419

BUG REPORT

  1. Please describe the issue you observed:
git clone https://github.com/apache/rocketmq-client-cpp.git

cd rocketmq-client-cpp && ./build.sh

build and compile success

static_cast from 'int *' to 'const char *' is not allowed on TcpTransport.cpp#L210

ifplusor commented 2 years ago

@xiaoma20082008 Cloud you make a PR to fix this issue?