提交 9ddfc8d3 编写于 作者: K kimi

DUBBO-340 开启 server 端心跳

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1592 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 52600188
......@@ -56,12 +56,6 @@ final class HeartBeatTask implements Runnable {
continue;
}
if (!isClient) {
/* 由于 server 端无法判断 client 端是否支持 heartbeat,
为避免误杀不支持 heartbeat 的 client 故 server 端不进行 heartbeat 检测 */
continue;
}
String dubboVersion = channel.getUrl().getParameter(
Constants.DUBBO_VERSION_KEY, "0.0.0");
if (isClient && !isSupportHeartbeat(dubboVersion)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册