It's the other side of https://github.com/praekelt/vumi/pull/420. We have some MNOs that are sending an ESME_RALYBND response when we drop the connection and immediately reconnect. Generally this goes away after their side has realized we've stopped responding to enquire_link calls. I suspect that sending an unbind command before disconnecting resolves this issue.
It's the other side of https://github.com/praekelt/vumi/pull/420. We have some MNOs that are sending an
ESME_RALYBND
response when we drop the connection and immediately reconnect. Generally this goes away after their side has realized we've stopped responding toenquire_link
calls. I suspect that sending anunbind
command before disconnecting resolves this issue.