Closed sergey-chechaev closed 5 years ago
Hello!
Yes, it's a common convention to pass option keyword list from start_link
to the underlying GenServer.start_link
call.
But actually SMPP session processes are not started with GenServer.start_link
.
Wouldn't it be then confusing to «emulate» some of GenServer
options?
Closing due to inactivity.
Can we add process name to
SMPPEX.ESME.start_link
like inGenServer
:Now if we need to add a process name for
SMPPEX.Session
we add Process.register to callbackinit
. It is not very convenient.