Netty.writeAndFlush with future is successfull to killed host
问题 We have a Netty (4.0.15) based Websocket server running on Ubuntu v10, and during resiliency testing we do: kill -9 server send some data from client expect writeAndFlush failure on client For some reasons sometimes we see: writeAndFlush success and then after java.io.IOException: Connection reset by peer So is it possible the writeAndFlush sometimes completes successfully even if the server is gone, whilst other times it fails? Maybe this occurs because of the schedule of the OS socket clean