You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ChangingFond
pushed a commit
to ChangingFond/rocketmq-mqtt
that referenced
this issue
Mar 11, 2022
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.
The text was updated successfully, but these errors were encountered: