ChangingFond opened a new issue #17:
URL: https://github.com/apache/rocketmq-mqtt/issues/17


   
![image](https://user-images.githubusercontent.com/10083870/157787589-44d53707-3aeb-4203-8cb6-d2366b8c3ee6.png)
   
   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]


Reply via email to