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:19:46 UTC

[GitHub] [servicecomb-java-chassis] david6969xin 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

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



##########
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:
       ok




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