SMPPServerSession.setEnquireLinkTimer has no effect
AndrewBourgeois opened this issue · 0 comments
AndrewBourgeois commented
Using setEnquireLinkTimer on a
SMPPServerSessioninstance has no effect and the
enquire_link` PDU will still be sent every 5000 milliseconds (the default value).
FYI: It works fine for SMPPSession
.
AFAIK the BoundStateListener
of the SMPPServerSession
class could be updated just like it was done for the SMPPSession
to add the SO_TIMEOUT
.