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/27 08:38:04 UTC

[GitHub] [rocketmq] heihaozi commented on issue #1886: DefaultMQPushConsumer start invokSync call timeout

heihaozi commented on issue #1886:
URL: https://github.com/apache/rocketmq/issues/1886#issuecomment-887324455


   Add the following code before `consumer.start();`:
   
   ```
   DefaultChannelId.newInstance();
   ```
   
   The exception will not be thrown.


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