Frodez opened a new issue #688: URL: https://github.com/apache/rocketmq-client-go/issues/688
At the line [pull_consumer.go#L147](https://github.com/apache/rocketmq-client-go/blob/c688c190734dcdb6e2fc9b2f6791544d648185a2/consumer/pull_consumer.go#L147), there is a variable of int stored into the queueCounterTable. However, the [var index](https://github.com/apache/rocketmq-client-go/blob/c688c190734dcdb6e2fc9b2f6791544d648185a2/consumer/pull_consumer.go#L143) which should load from the queueCounterTable requires a type of int64. It will cause a panic. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
