You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/06/27 06:48:31 UTC

[GitHub] [rocketmq-client-go] Frodez opened a new issue #688: Error conversion: int to int64 in the consumer.PullConsumer

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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-go] wenfengwang closed issue #688: Error conversion: int to int64 in the consumer.PullConsumer

Posted by GitBox <gi...@apache.org>.
wenfengwang closed issue #688:
URL: https://github.com/apache/rocketmq-client-go/issues/688


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org