Page 1 of 1

Error after clock was moved 1 hour back

Posted: Tue Oct 29, 2019 7:20 am
by developerlearn999
the clock was moved on saturday 1 hour back 2AM->1AM.
in the code the .ExpireIn(TimeSpan.FromMinutes(4320))
suddenly tonight exactly 72 hours from the clock moving
we started to get an error :

Code: Select all

System.ArgumentOutOfRangeException: 'Too long
Parameter name: S'
on the submit line :

Code: Select all

SubmitSmResp[] results = await _client.Submit(pdus.ToArray());
when i reduced the time to 24=319 from 4320 all works fine!
this happnes with version : 2.7.0
please assist

Re: Error after clock was moved 1 hour back

Posted: Tue Oct 29, 2019 8:05 pm
by alt
I cannot reproduce this issue. Could you try the latest 2.7.0 version?

Full stack trace of this exception would also helpful.

Re: Error after clock was moved 1 hour back

Posted: Wed Oct 30, 2019 3:14 pm
by developerlearn999
the problem is on : 2.7.0-beta-190920
latest version is ok