OnFullMessageTimedout - issues

Post Reply
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

OnFullMessageTimedout - issues

Post by developerlearn999 » Sun Oct 06, 2019 11:16 am

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?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: OnFullMessageTimedout - issues

Post by alt » Mon Oct 07, 2019 4:43 pm

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?
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

Re: OnFullMessageTimedout - issues

Post by developerlearn999 » Thu Oct 10, 2019 5:44 am

timeout should be from first part, it's not correct to wait from last message-part that arrived.
Post Reply