You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the SDK makes a first request for the server's time, then puts it inside the envelope that gets hashed and signed. This means there are two round trips for ever request.
This could be improved by getting UNIX time locally, eliminating a whole round trip. The tradeoff is that the SDK would no longer work on machines that have their clocks set incorrectly.
The text was updated successfully, but these errors were encountered:
Currently, the SDK makes a first request for the server's time, then puts it inside the envelope that gets hashed and signed. This means there are two round trips for ever request.
This could be improved by getting UNIX time locally, eliminating a whole round trip. The tradeoff is that the SDK would no longer work on machines that have their clocks set incorrectly.
The text was updated successfully, but these errors were encountered: