Page 1 of 1

Do I need to create task for multi-client?

Posted: Wed Jul 21, 2021 12:28 pm
by chengcti
For SMPPClient.
If I have multi-clients for different provider.
Should I need to create many task for every smppclient.

Does SMPPClient create task by theirself?

Re: Do I need to create task for multi-client?

Posted: Sun Jul 25, 2021 12:30 pm
by alt
Which task do you mean?

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.