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 ...
Search found 7 matches
- Wed Sep 19, 2018 2:31 pm
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: server_evClientSubmitSm try catch
- Replies: 1
- Views: 75978
- Sun Jul 31, 2016 3:46 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: SMPP Server Error code: 10054
- Replies: 1
- Views: 12839
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 ...
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 ...
- Wed Jun 22, 2016 2:28 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Sometimes don't work IsLastSegment
- Replies: 7
- Views: 33388
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 ...
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 ...
- Mon Jun 20, 2016 6:36 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Sometimes don't work IsLastSegment
- Replies: 7
- Views: 33388
Re: Sometimes don't work IsLastSegment
If you want, I can send more logs
- Mon Jun 20, 2016 2:10 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Sometimes don't work IsLastSegment
- Replies: 7
- Views: 33388
- Fri Jun 17, 2016 8:11 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Sometimes don't work IsLastSegment
- Replies: 7
- Views: 33388
Re: Sometimes don't work IsLastSegment
and GetFullMessage not work on this message
- Thu Jun 16, 2016 10:43 am
- Forum: Inetlab.SMPP v1.1 & v1.2
- Topic: Sometimes don't work IsLastSegment
- Replies: 7
- Views: 33388
Sometimes don't work IsLastSegment
Sometimes don't work IsLastSegment
Example in trace file
Example in trace file