Skip to content

Commit

Permalink
add annotation and alter line separator
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozhiwei committed Sep 16, 2019
1 parent 618786b commit a6d2af0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ public boolean isClosed() {
@Override
public void close() {
try {
// graceful close
DefaultFuture.closeChannel(channel);
channel.close();
} catch (Throwable e) {
Expand Down

0 comments on commit a6d2af0

Please sign in to comment.