yhs0092 commented on issue #1925:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/1925#issuecomment-675795233


   你是不是在 Reactive 调用的回调部分代码里写了个同步调用啊?Reactive 调用的回调代码是跑在 eventloop 
线程里的,因此不能阻塞,在这里发起同步调用可能会把 eventloop 线程挂住,日志里面会打印 vertx 的报错信息,显示eventloop 线程被 
block


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


Reply via email to