Replies: 3 comments 6 replies
-
It can be either an absolute timestamp or a relative timestamp. So you can send just RET equal to 5 seconds (I think it should be in ms) |
Beta Was this translation helpful? Give feedback.
6 replies
-
I think that for relative timestamp you have to use just a number. The ISO8901 string is for the xs:duration data type. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah, you are right. I edited my comment. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just want to double check my thinking here:
The Request Expiration Timestamp (RET) is an absolute timestamp, correct?
That means that if I want my request to timeout in 5 seconds, I need to send an RET that is equal to the current timestamp plus five seconds? Or can I just send an RET with a value equal to 5 seconds?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions