Do I need to create task for multi-client?

Post Reply
chengcti
Posts: 6
Joined: Wed Jul 21, 2021 12:24 pm

Do I need to create task for multi-client?

Post by chengcti » Wed Jul 21, 2021 12:28 pm

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?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

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

Post by alt » Sun Jul 25, 2021 12:30 pm

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.
Post Reply