ChangingFond opened a new issue #17: URL: https://github.com/apache/rocketmq-mqtt/issues/17
 Take MqttConnectHandler for example,as show in the above graph. While check upstream hook result return false in code block 2, schedule.schedule() method in code block 1 is unnecessary to run. So, moving code block 2 in front of 1 can reduce run time, maybe just a little, but it is according with what "upstream hook" means. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
