I have created a game server using netty 3.5.8. At first, there is not any problem with sending data from server to client. But when server operates for a while, there are m
ClosedChannelException means you have closed the channel and continued to use it. It is a programming error on your part.