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/07/01 15:18:35 UTC

[GitHub] [rocketmq-client-go] fengberlin opened a new pull request #697: fix: type assert panic

fengberlin opened a new pull request #697:
URL: https://github.com/apache/rocketmq-client-go/pull/697


   The `sync.Map` store the value 0, its type is `int`, but in that code before fixed, the value `Load` by `sync.Map` is asserted as `int64`, so cause the type assert 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 merged pull request #697: [ISSUE #688] fix: type assert panic

Posted by GitBox <gi...@apache.org>.
wenfengwang merged pull request #697:
URL: https://github.com/apache/rocketmq-client-go/pull/697


   


-- 
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] fengberlin commented on pull request #697: fix: type assert panic

Posted by GitBox <gi...@apache.org>.
fengberlin commented on pull request #697:
URL: https://github.com/apache/rocketmq-client-go/pull/697#issuecomment-872334890


   Please continue reviewing my reopen PR. Thanks.
   @wenfengwang


-- 
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