SMPPEX.Session.handle_timeout
You're seeing just the callback
handle_timeout
, go back to SMPPEX.Session module for more information.
Specs
Invoked when the session is about to be stopped due to a timeout.
The return value will be used as the exit reason of the session process. The default implementation returns {:timers, reason}
.