Page 1 of 1

SMPPCLIENT_RCVTIMEOUT

Posted: Sat Dec 05, 2015 3:17 pm
by ali513
Dear ALT,,

we have an issue when send mutipart-sms .. using sendasync ..
sometimes we got : SMPPCLIENT_RCVTIMEOUT in client_evSubmitComplete


we use sendasync and then wait client_evSubmitComplete ... however the library generate the error client_evSubmitComplete .. how can we increase the timout in async mode ?

Re: SMPPCLIENT_RCVTIMEOUT

Posted: Sat Dec 05, 2015 6:10 pm
by alt
Hi Ali,
Which version do you use?

Re: SMPPCLIENT_RCVTIMEOUT

Posted: Sat Dec 05, 2015 7:00 pm
by ali513
1.1.21.4

Re: SMPPCLIENT_RCVTIMEOUT

Posted: Tue Dec 08, 2015 8:55 pm
by alt
you can increase timeout with property SmppClient.Timeout. It is value in milisecods. Default is 120000.

If you receive SMPPCLIENT_RCVTIMEOUT only for concatenated messages, please check that for concatenated parts you set different sequence numbers.