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?
OnFullMessageTimedout - issues
-
- Posts: 85
- Joined: Thu Jun 20, 2019 9:34 am
Re: OnFullMessageTimedout - issues
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?
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?
-
- Posts: 85
- Joined: Thu Jun 20, 2019 9:34 am
Re: OnFullMessageTimedout - issues
timeout should be from first part, it's not correct to wait from last message-part that arrived.