xhanthow commented on issue #2091: URL: https://github.com/apache/servicecomb-java-chassis/issues/2091#issuecomment-735525199
这个类`VertxContextExecutor`在1.2.0中是没有的吧,我看最新代码中是有的。 学习了~ 刚又debug了下,由于我的`Handler`是第一个,所以剩下的几个(除了最后一个`Handler`:`TransportClientHandler`)都是在我自己定义线程池中执行的。直到最后一个`Handler`执行这个动作就会发生线程切换吧:  这个动作和`VertxContextExecutor`这个类逻辑差不多 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
