Closed ADTC closed 10 years ago
org.jsmpp.session.AbstractSession
setEnquireLinkTimer
method on both SMPPSession
and SMPPServerSession
but it only works for the SMPPSession
one. Setting it on the SMPPServerSession
has no effect (=bug) and you'll still have an enquire_link
every 5000 milliseconds.I'll open up an issue for this as I'm currently struggling with this (which also explains why I still reply to an old discussion).
This was so long ago. Thank you for the clarifications. I saw your issue #35 and I support you :)
BTW
you can use marks for
code markdown` :)
I understand that the jsmpp hides away the dirty details of the SMPP implementation (and I admit, it's really dirty!)
However, my client keeps requesting that the heartbeat (enquire link) should be set to < 50 sec even though I keep insisting that there's no such setting in "the API we are using" (jsmpp). I want to know: