Is it possible to close the SocketChannel
without sending an end of stream message?
I want to free the socket resource from an application A but without the other side (application B) noticing it has ended, just as it would happen if A's computer suddenly disconnected from power source. Obviously, B would notice it with socket keepalives eventually, but I don't want it to notice it by the end of stream message.