```
if ((lastRead != null && now() - lastRead > heartbeat)
|| (lastWrite != null && now() - lastWrite > heartbeat)) {
```目前在忙通讯的时候确实没有发送心跳包。只是定时检查,不一定定时发送。 [ 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]
