Page 1 of 1

Multiple Clients bind to an SMPP server

Posted: Thu Mar 10, 2022 7:20 am
by ojukwu24
Hello All,
Is it possible to have multiple clients from one InetlabSMPP Client bind to an SMPP server? We need the ability to do this so that the different Clients can receive messages from the server.

Re: Multiple Clients bind to an SMPP server

Posted: Mon Mar 14, 2022 4:13 pm
by alt
Hello ojukwu24

For now SmppClient represents one SMPP session with SMS provider. Therefore if you need to establish multiple sessions with one or many providers you need to create the same number of SmppClient instances and attach event handler method to all instances.