> @chickenlj did you find that the Timer of HeartBeat send may be out of the > time set? > @carryxyh I think the IdleStateHandler is a graceful design and the Timer > design can use at those Non-Netty cases.
netty的设计确实更合理一些,目前dubbo的心跳检查并不能非常及时的检测超时,可能会有一两个heartbeat的延时才能检测出来,而netty的IdleStateHandler设计每次检测超时都重新计算下一次检测的时间,因此相对来说就能比较及时的检查到超时了 [ 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]
