SMPPEX.Session.handle_socket_closed
You're seeing just the callback
handle_socket_closed
, go back to SMPPEX.Session module for more information.
Specs
Invoked when the connection is closed by the peer.
The returned value should be {reason, state}
. The session stops then with reason
.