Disconecting problem

Smpp v3.4 client

Moderator: alt

Locked
oliver
Posts: 9
Joined: Tue Feb 02, 2010 4:40 pm

Disconecting problem

Post by oliver »

Hi ,

I have connection problem with SMS Center. After Esme bind on SMS Center every several hour I lost connection :o(
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

Post by alt »

what in the evError event you got?
oliver
Posts: 9
Joined: Tue Feb 02, 2010 4:40 pm

Post by oliver »

No evError fire, just evDisconnect
oliver
Posts: 9
Joined: Tue Feb 02, 2010 4:40 pm

Post by oliver »

Hi Alt,

With new wersion of SmppClient in evError I got this error:

Exception:System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
at ALT.SMS.SmppClient.DyeUWw2Am(IAsyncResult )
alt
Site Admin
Posts: 992
Joined: Tue Apr 25, 2006 9:45 am

Post by alt »

Last error message is normal behaviour when SMPP server drops connection.

Now i'm investigating cases of disconnects without evError.
Locked