0
votes

In netty 3.5.x demos, the channel is closed after channel.write(response) is called, either by explicit closing or by adding a "ChannelFutureListener.CLOSE". My question is , should we close every channel everytime we done writing someting? Even though we are using keepalive connections?

1

1 Answers

2
votes

Only close the channel if you want to "disconnect".