I Can send Long text with SendText() Method but slow.

Smpp v3.4 client

Moderator: alt

Locked
chaoraksa
Posts: 55
Joined: Wed Sep 17, 2008 7:06 am

I Can send Long text with SendText() Method but slow.

Post by chaoraksa »

Hi alt!
Can u tell why i send using sendText() method it slow to send? and can i use other method or way to send long message the fast way like sendTextAsync()?

Thanks,,
Raksa,,
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

Post by alt »

Hi Raksa,

Correct. Method SendTextAsync() much faster then SendText().

SendText waits for response from SMSC.

SendTextAsync does not wait for response from SMSC, but response still can be retrieved in the event evSubmitComplete.
Locked