farhadi / node-smpp

SMPP client and server implementation in node.js
MIT License
417 stars 177 forks source link

couldn't perform submit_sm although there is a binding #247

Open elhananjair opened 7 months ago

elhananjair commented 7 months ago

Hello friends, There is a migration being made by SMSC and I am getting a new problem. The bind_tranciever request fails on the first trial of my application but I receive enquire_link_resp after the second trial to reconnect. Although there is a response, I couldn't send MT messages.

Is there any possibility that I could receive enquire_link_resp even though the binding fails?