Skip to content

Commit

Permalink
small modify
Browse files Browse the repository at this point in the history
  • Loading branch information
tywo45 committed Jul 25, 2019
1 parent c3647b2 commit 5d5d405
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private void handler(Void result, ConnectionCompletionVo attachment, Throwable t
} else {
if (clientAioListener != null) {
if (isConnected) {
channelContext.stat.heartbeatTimeoutCount = 0;
channelContext.stat.heartbeatTimeoutCount.set(0);
channelContext.setCloseCode(CloseCode.INIT_STATUS);
}
clientAioListener.onAfterConnected(channelContext, isConnected, isReconnect);
Expand Down

0 comments on commit 5d5d405

Please sign in to comment.