beiwei在邮件列表上提醒了我们
由于dubbo存在多个通讯框架的支持,最好还是使用相同的方式来进行心跳检测。否则会使得dubbo的代码比较复杂。
我们完全没有必要在代码中加入类似
```
if transport == netty {
don't start heartbeat timer
}
```
另外,由于目前心跳检测的频率已经提高了四倍,1/4心跳周期的延迟我认为完全可以接受 @kexianjun
[ Full content available at:
https://github.com/apache/incubator-dubbo/issues/3151 ]
This message was relayed via gitbox.apache.org for
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]