guangqianpeng commented on a change in pull request #2197: [Dubbo-#2184] Return
the hanging client requests immediately when connection is broken #2184
URL: https://github.com/apache/incubator-dubbo/pull/2197#discussion_r208166406
##########
File path:
dubbo-remoting/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/exchange/support/DefaultFuture.java
##########
@@ -107,6 +107,13 @@ public static void received(Channel channel, Response
response) {
}
}
+ public static void disconnected(Channel channel) {
Review comment:
If the future is waken up and the channel is still connected, the future
will await again. We should adjust the timeout...
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]