HuismanKwl
Results
3
issues of
HuismanKwl
For English speaking user: https://github.com/wangyu-/UDPspeeder/wiki/Issue-Guide 中文用户请看: https://github.com/wangyu-/UDPspeeder/wiki/发Issue前请看 (否则Issue可能被忽略,或被直接关掉)
rocketmq-4.9.2 rocketmq-client-python-2.0.0 def callback(msg): return CONSUME_SUCCESS consumer = PushConsumer(xxxxx) consumer.set_name_server_address(xxxxx) consumer.subscribe(xxxxx, callback) consumer.set_thread_count(1) consumer.start() consumer.start() happened Segmentation fault (core dumped)