You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/08/19 02:16:28 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on a change in pull request #2517: [SCB-2069][SCB-2113][SCB-2127]throw exception in event-loop,fix readme error,not isolate service when timeout

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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org