Page 1 of 1

OnFullMessageTimedout - issues

Posted: Sun Oct 06, 2019 11:16 am
by developerlearn999
1. how do i set the time out for OnFullMessageTimedout.
2. i am using now version 2.7.
when i used veraion 2.6.2 i never so in the logs that OnFullMessageTimedout was fired.
now i saw this few times a day, what has changed?

Re: OnFullMessageTimedout - issues

Posted: Mon Oct 07, 2019 4:43 pm
by alt
1. You need to change Timeout property
https://docs.inetlab.com/smpp/v2/api/In ... meout.html

2. You need to check in log whether client receives missing PDU and when it was received, before or after timeout.
Please note the timeout timer starts with first segment for concatenation message. I think i need to reset this timer when next segment is received. What do you think?

Re: OnFullMessageTimedout - issues

Posted: Thu Oct 10, 2019 5:44 am
by developerlearn999
timeout should be from first part, it's not correct to wait from last message-part that arrived.