Skip to content

Commit

Permalink
消息重构
Browse files Browse the repository at this point in the history
  • Loading branch information
ohun committed Dec 28, 2015
1 parent df6e190 commit c589edb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -23,6 +23,7 @@ public void handle(FastConnectMessage message) {
ErrorMessage.from(message).setReason("error device").send();
} else {
message.getConnection().setSessionContext(session.sessionContext);

FastConnectSuccessMessage
.from(message)
.setServerHost(MPushUtil.getLocalIp())
Expand Down

0 comments on commit c589edb

Please sign in to comment.