提交 f9822efb 编写于 作者: S shuang.kou

[feat]add idle check

上级 ce59dd2b
......@@ -5,6 +5,5 @@ package github.javaguide.enumeration;
* @createTime 2020年06月16日 20:34:00
*/
public enum RpcMessageTypeEnum {
HEART_BEAT,
RPC_REQUEST
HEART_BEAT
}
package github.javaguide.remoting.transport.netty.client;
import github.javaguide.factory.SingletonFactory;
import github.javaguide.remoting.transport.netty.client.NettyClient;
import io.netty.channel.Channel;
import lombok.extern.slf4j.Slf4j;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册