SMPPCLIENT_NOCONN on evSubmitComplete

.NET library for SMPP protocol
Locked
vineet
Posts: 28
Joined: Sat May 06, 2017 7:06 pm

SMPPCLIENT_NOCONN on evSubmitComplete

Post by vineet » Thu Aug 17, 2017 8:56 am

Hi,

We are getting SMPPCLIENT_NOCONN on evSubmitComplete for a particular provider.
Before sending the message we check if client is bound or not then only we process the message for submission.
In this case we always get ConnectionStatus.Bound == true so we send the message but on evSubmitComplete we always get SMPPCLIENT_NOCONN.
As per there tech support they asked us to set enquire link interval to 45 seconds but still the problem remains the same.

Any solution for this or there is some issue with the provider.

We are using full version of library version 1.1.29.1

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

Re: SMPPCLIENT_NOCONN on evSubmitComplete

Post by alt » Thu Aug 17, 2017 7:29 pm

Hi,

Possible provider or some router in the middle drops connection.

Could you send me dump file from Wireshark on support email?
Locked