wujimin commented on issue #2581:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/2581#issuecomment-920629387


   InvocationBusinessMethodFinishEvent仅仅表示controller方法执行完成
   InvocationBusinessFinishEvent表示controller逻辑完成
   
   对于同步:方法完成,就是逻辑完成
   对于异步:方法完成,不等于逻辑完成,且方法完成是很快的(慢就是bug)
   
   所以,统一在InvocationBusinessFinishEvent处理


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