Skip to content

Commit

Permalink
This is NOT a fix, but it fixes the problem!
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuker committed Jun 20, 2017
1 parent 685fc65 commit 2e1ae7b
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -175,6 +175,7 @@ public void sessionCreated(IoSession session) throws Exception {

@Override
public void sessionClosed(IoSession session) throws Exception {
Thread.sleep(500);
close(false);
}

Expand Down

0 comments on commit 2e1ae7b

Please sign in to comment.