Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java 版本为1.8 #20

Closed
wants to merge 2 commits into from
Closed

java 版本为1.8 #20

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 16, 2019

修改pom中java版本为1.8

@crossoverJie crossoverJie added the enhancement New feature or request label Jan 16, 2019
@crossoverJie crossoverJie self-assigned this Jan 16, 2019
@@ -72,6 +66,11 @@ public void userEventTriggered(ChannelHandlerContext ctx, Object evt) throws Exc
userOffLine(userInfo, (NioSocketChannel) ctx.channel());
ctx.channel().close();
}

//向客户端发送消息
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议一个 PR 只有一个问题的修改。

新的更新请重新发起一个 PR.

请查看最新 master 上的代码,已经修改心跳方式了。

HeartBeatHandler heartBeatHandler = SpringBeanFactory.getBean(ServerHeartBeatHandlerImpl.class) ;
heartBeatHandler.process(ctx) ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants