yaphetsglhf commented on issue #650: URL: https://github.com/apache/rocketmq-client-go/issues/650#issuecomment-832443515
> > may be rel here bug #618 > > yep, I check the code, but i still have a question. may `pq.msgCache.Put(msg.QueueOffset, msg)` dismatch `cachedMsgCount`, as `cachedMsgCount` means `msgCache.Size()` If message not in `msgCache`, but in `consumingMsgOrderlyTreeMap`, then message will put back to msgCache, but the cachedMsgCount will not increase. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
