Skip to content

Commit

Permalink
Delete graceful shutdown method (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
jguerra authored Mar 2, 2023
1 parent 2019474 commit 9d75c2f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,6 @@ public void waitForEachEventLoop() throws InterruptedException, ExecutionExcepti
}
}

@VisibleForTesting
public void gracefullyShutdownConnections()
{
clientConnectionsShutdown.gracefullyShutdownClientChannels();
}

private ChannelFuture setupServerBootstrap(
NamedSocketAddress listenAddress, ChannelInitializer<?> channelInitializer) throws InterruptedException {
ServerBootstrap serverBootstrap =
Expand Down

0 comments on commit 9d75c2f

Please sign in to comment.