Search found 7 matches

by alexf
Wed Sep 19, 2018 2:31 pm
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: server_evClientSubmitSm try catch
Replies: 1
Views: 21504

server_evClientSubmitSm try catch

SMPPServer event server_evClientSubmitSm When an exception occurs in SubmitSM the packet SubmitSM_resp is automatically sent to the client "SMPP error 8" how to remove ? example void server_evClientSubmitSm(object sender, SmppServerClient client, Inetlab.SMPP.PDU.SubmitSm data) { try { int a; a = 10...
by alexf
Sun Jul 31, 2016 3:46 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: SMPP Server Error code: 10054
Replies: 1
Views: 6290

SMPP Server Error code: 10054

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& bytesTransferr...
by alexf
Wed Jun 22, 2016 2:28 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Sometimes don't work IsLastSegment
Replies: 7
Views: 14095

Re: Sometimes don't work IsLastSegment

1. smpp client connect (window size=200) 2. some messages triggered IsLastSegment on the other does not work IsLastSegment/GetFullMessage (such as in the file) 3. call event OnFullMessageTimedout I changed the timeout. no result 4. In the logs (Inetlab) I see that all segments come and see all submi...
by alexf
Mon Jun 20, 2016 6:36 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Sometimes don't work IsLastSegment
Replies: 7
Views: 14095

Re: Sometimes don't work IsLastSegment

If you want, I can send more logs
by alexf
Mon Jun 20, 2016 2:10 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Sometimes don't work IsLastSegment
Replies: 7
Views: 14095

Re: Sometimes don't work IsLastSegment

1.1.22.2
by alexf
Fri Jun 17, 2016 8:11 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Sometimes don't work IsLastSegment
Replies: 7
Views: 14095

Re: Sometimes don't work IsLastSegment

and GetFullMessage not work on this message
by alexf
Thu Jun 16, 2016 10:43 am
Forum: Inetlab.SMPP v1.1 & v1.2
Topic: Sometimes don't work IsLastSegment
Replies: 7
Views: 14095

Sometimes don't work IsLastSegment

Sometimes don't work IsLastSegment

Example in trace file