Closed arhimondr closed 5 years ago
Closing a netty channel is an asynchronous operation. Before the connection is closed, a new request may come in and grab a connection that is about to be closed by the previous request.
@dain @electrum comments addressed
@dain updated
Closing a netty channel is an asynchronous operation. Before the connection is closed, a new request may come in and grab a connection that is about to be closed by the previous request.