ifplusor commented on PR #480: URL: https://github.com/apache/rocketmq-client-cpp/pull/480#issuecomment-2558070101
`PullRequest`是由`Rebalance::m_requestQueueTable`持有的,`AsyncPullCallback`中只是弱指针引用。 我认为问题在于sdk中在复用`AsyncPullCallback`时,跨越了`PullRequest`的生命周期。理想的方案应该是`PullRequest`持有一个`AsyncPullCallback`用于复用。 -- 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: commits-unsubscr...@rocketmq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org