You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by shroman <gi...@git.apache.org> on 2017/07/10 07:00:13 UTC

[GitHub] incubator-rocketmq pull request #127: [ROCKETMQ-233] Fix pull interval issue

Github user shroman commented on a diff in the pull request:

    https://github.com/apache/incubator-rocketmq/pull/127#discussion_r126346177
  
    --- Diff: client/src/main/java/org/apache/rocketmq/client/impl/consumer/DefaultMQPushConsumerImpl.java ---
    @@ -273,6 +273,17 @@ public void pullMessage(final PullRequest pullRequest) {
             final long beginTimestamp = System.currentTimeMillis();
     
             PullCallback pullCallback = new PullCallback() {
    +
    +            private void scheduleNextPull(PullResult pullResult) {
    --- End diff --
    
    Let's have it in a comment for the method.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---