Page 1 of 1

Force SmppClient receive Mo's and DLR when there are more than one SMPP clients instances running

Posted: Wed Feb 17, 2021 12:51 am
by cajimenez
Hello,

I have a question. I have two SMPP clients bound with receiver with the same Smpp server in different machines. When I run one of the smpp clients(I launch the instance with Visual Studio in my local machine) and put a breakpoint in the "client_evDeliverSm" the client never receive the response from server, so breakpoint is never hit. I can see the other SMPP client instance which is already launched receiving the Mo´s. How can I force to receive those responses from SMPP server in my local machine without close the previous open client connection?

Note:

Smpp server allows to have 2 receiver connections.

I appreciate your help.

Thanks in advance

Re: Force SmppClient receive Mo's and DLR when there are more than one SMPP clients instances running

Posted: Thu Feb 18, 2021 3:20 pm
by alt
Hello cajimenez,

You should ask SMPP provider, how the message routing is implemented.

Re: Force SmppClient receive Mo's and DLR when there are more than one SMPP clients instances running

Posted: Thu Feb 18, 2021 10:46 pm
by cajimenez
Thank you