Open elhananjair opened 9 months ago
Reconnecting with this lib is ill-advised as it will reconnect on your side but the connection might still appear dead server-side. The best solution as of now is here: https://github.com/farhadi/node-smpp/issues/90#issuecomment-496895519.
Though it had problems, so I replied with my own here: https://github.com/farhadi/node-smpp/issues/90#issuecomment-2459477518
Hello @MartianH Thanks for the suggestion, this problem got me in a fight with different companies acting as SMSC, currently, I am shifting to C++ to re-develop the application I have developed through this library.
Hello friends I have a multiple socket RST problem from SMSC, and I tried to fix it using reconnect, I can see the reconnection going well but I couldn't be sure if the reconnect is working.
here is how I am trying to reconnect: