liubao68 commented on a change in pull request #2517:
URL: 
https://github.com/apache/servicecomb-java-chassis/pull/2517#discussion_r691726066



##########
File path: 
core/src/main/java/org/apache/servicecomb/core/provider/consumer/InvokerUtils.java
##########
@@ -65,6 +67,9 @@ public static Object syncInvoke(Invocation invocation) throws 
InvocationExceptio
    */
   public static Response innerSyncInvoke(Invocation invocation) {
     try {
+      if (Vertx.currentContext() != null && 
Vertx.currentContext().isEventLoopContext()) {

Review comment:
       这段代码参考master最新代码修改。 内容有刷新。 




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