Thread SubmitAsync Error

Smpp v3.4 client

Moderator: alt

Locked
andresarcila
Posts: 2
Joined: Tue Dec 15, 2009 2:46 am

Thread SubmitAsync Error

Post by andresarcila » Tue Dec 15, 2009 2:55 am

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

Post by alt » Wed Dec 16, 2009 3:52 pm

hello,

Do you mean event evSubmitComplete ?

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

What version do you use?
andresarcila
Posts: 2
Joined: Tue Dec 15, 2009 2:46 am

Post by andresarcila » Mon Dec 28, 2009 5:07 pm

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

Post by alt » Wed Jan 06, 2010 8:39 am

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.
Locked