Error after clock was moved 1 hour back

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

Error after clock was moved 1 hour back

Post by developerlearn999 » Tue Oct 29, 2019 7:20 am

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

Re: Error after clock was moved 1 hour back

Post by alt » Tue Oct 29, 2019 8:05 pm

I cannot reproduce this issue. Could you try the latest 2.7.0 version?

Full stack trace of this exception would also helpful.
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

Re: Error after clock was moved 1 hour back

Post by developerlearn999 » Wed Oct 30, 2019 3:14 pm

the problem is on : 2.7.0-beta-190920
latest version is ok
Post Reply