You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
ifplusor
added a commit
to ifplusor/rocketmq-client-cpp
that referenced
this issue
Jan 30, 2019
BUG REPORT
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?
The text was updated successfully, but these errors were encountered: