Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]CMessageExt.GetMessageQueueOffset abnormal #86

Closed
githublaohu opened this issue Jan 28, 2019 · 1 comment
Closed

[bug]CMessageExt.GetMessageQueueOffset abnormal #86

githublaohu opened this issue Jan 28, 2019 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@githublaohu
Copy link
Contributor

githublaohu commented Jan 28, 2019

BUG REPORT

  1. Please describe the issue you observed:
    Get the right value。
  • What did you do (The steps to reproduce)?
    MQMessageExt *mqMessageExt = new MQMessageExt(); CMessageExt *messageExt = (CMessageExt*)mqMessageExt; mqMessageExt->setStoreTimestamp(123123); GetMessageStoreTimestamp(messageExt);

  • What did you expect to see?
    CMessageExt.GetMessageStoreTimestamp == MQMessageExt.getStoreTimestamp

  • What did you see instead?

ifplusor added a commit to ifplusor/rocketmq-client-cpp that referenced this issue Jan 30, 2019
ShannonDing pushed a commit that referenced this issue Jan 31, 2019
[ISSUE #86] fixed GetMessageStoreTimestamp not return StoreTimestamp
@ShannonDing ShannonDing added the bug Something isn't working label Jan 31, 2019
@ShannonDing ShannonDing added this to the 1.2.1 milestone Jan 31, 2019
@ShannonDing
Copy link
Member

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants