apache / apache/rocketmq-client-python

Segmentation fault (core dumped)

Open
#122 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
305
Forks
98
PR merge metrics
No merged PRs in 30d

Description

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)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.