Page 1 of 1

Thread SubmitAsync Error

Posted: Tue Dec 15, 2009 2:55 am
by andresarcila
hello!

i'm using threads to process client request, each thread call to SubmitAsync method with SubmitSm Pdu, but not each message send with SubmitAsync Raise SubmitSmRespEventHandler event.

Can you help me?

thanks

Andrés Arcila
Marketext.com

Posted: Wed Dec 16, 2009 3:52 pm
by alt
hello,

Do you mean event evSubmitComplete ?

Why you use thread for SubmitAsync ? This method creates thread itself.

What version do you use?

Posted: Mon Dec 28, 2009 5:07 pm
by andresarcila
hello,

sorry, i mean evSubmitComplete event.

i'm processing sms from several sources, i provide to my customers several ways to connect to my system for send SMS, like Webservices, Api HTTP, a WebSite, my system attend request from these api's, and process each request in separate threads for optimize process. i'm sending this messages trough SMPP to my providers. each thread call to SubmitAsync method, but not each message sent with SubmitAsync method Raise evSubmitComplete event.

i'm using 2.7.3.0 Dll version.

Thanks!

Andrés Arcila
pd. sorry for bad English.

Posted: Wed Jan 06, 2010 8:39 am
by alt
I suggest you to use event evReceiveData to check if SubmitSmResp packet was received by SmppClient.
If you will find that response was not received in evReceiveData, you can take any network analyzer and check if SMSC sends response to you.