rocketmq-client-cpp
rocketmq-client-cpp copied to clipboard
rocketmq-client-cpp windows support creating an IPv6 offset directory?
是否需要改代码
When I run the RocketClient on a Windows machine, I found that it couldn't create an IPv6 directory because the directory contains special characters. Tracing back to the code, I located that UtilAll::getLocalAddress() retrieves the hostname randomly. Do I need to modify the code for this?