SMPP Server Error code: 10054

.NET library for SMPP protocol
Locked
alexf
Posts: 7
Joined: Thu Jun 16, 2016 10:40 am

SMPP Server Error code: 10054

Post by alexf » Sun Jul 31, 2016 3:46 am

Sometimes, an error occurs

ERROR: 81: (SmppServer) Error accepting TCP connection. Error code: 10054, Exception: System.Net.Sockets.SocketException (0x80004005): An existing connection was forcibly closed by the remote host at System.Net.Sockets.Socket.EndAccept(Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult) at System.Net.Sockets.Socket.EndAccept(IAsyncResult asyncResult) at System.Net.Sockets.TcpListener.EndAcceptTcpClient(IAsyncResult asyncResult) at Inetlab.SMPP.SmppServer.kvb10abgL4(IAsyncResult )

After this SMPP server does not accept any incoming connections. We have to do a restart

Please tell me how to fix?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: SMPP Server Error code: 10054

Post by alt » Wed Aug 03, 2016 7:13 am

Thank you for reporting this bug to me.
I'll try to fix it in the next version.
Locked