I have two erlang nodes running in two different computers, in one node I have an ssl client and in the other i have the ssl server. Both computers are connected to the Internet via wifi connection.
Everything works right, but I wonder why if I switch off the wifi in the client laptop I don't receive the {ssl_closed, Socket} message.
Socket options are:
{active, true}, {keepalive, true}
I mean, the socket should not be valid anymore..right?