SMPPCLIENT_RCVTIMEOUT

.NET library for SMPP protocol
Locked
ali513
Posts: 7
Joined: Sun Nov 22, 2015 12:16 pm

SMPPCLIENT_RCVTIMEOUT

Post by ali513 » Sat Dec 05, 2015 3:17 pm

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

Re: SMPPCLIENT_RCVTIMEOUT

Post by alt » Sat Dec 05, 2015 6:10 pm

Hi Ali,
Which version do you use?
ali513
Posts: 7
Joined: Sun Nov 22, 2015 12:16 pm

Re: SMPPCLIENT_RCVTIMEOUT

Post by ali513 » Sat Dec 05, 2015 7:00 pm

1.1.21.4
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: SMPPCLIENT_RCVTIMEOUT

Post by alt » Tue Dec 08, 2015 8:55 pm

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