You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using setEnquireLinkTimer on aSMPPServerSessioninstance has no effect and theenquire_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.
The text was updated successfully, but these errors were encountered:
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 theSMPPServerSession
class could be updated just like it was done for theSMPPSession
to add theSO_TIMEOUT
.The text was updated successfully, but these errors were encountered: