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 » Sat Dec 26, 2009 4:07 am

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: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Wed Jan 06, 2010 9:07 am

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