Sai Puli
Results
1
comments of
Sai Puli
I ran into the same issue, but used `Math.Abs((Int64)(serverTotalSeconds - requestTotalSeconds)) > requestMaxAgeInSeconds` I used `Abs` because I wanted to discourage clients with clocks that are way out of sync...