java netty之报内存泄露bug。

解决方法:

netty加这个方法,不会报内存泄露错误
ctx.writeAndFlush(response).addListener(ChannelFutureListener.CLOSE);

 

你可能感兴趣的:(java)