Skip to content

Commit

Permalink
Don't flush twice when flushing
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Jul 16, 2022
1 parent 53778fd commit 29f0983
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -187,7 +187,6 @@ public void channelWritabilityChanged(ChannelHandlerContext ctx) throws Exceptio

@Override
public void flush(ChannelHandlerContext ctx) throws Exception {
ctx.flush();
tryFlushPackets(ctx, false);
}

Expand Down

0 comments on commit 29f0983

Please sign in to comment.