Commit 5a30f5c0 authored by neilpang's avatar neilpang Committed by Alexander Kulumbeg
Browse files
parent fd406af9
...@@ -2133,6 +2133,12 @@ _send_signed_request() { ...@@ -2133,6 +2133,12 @@ _send_signed_request() {
_sleep $_sleep_retry_sec _sleep $_sleep_retry_sec
continue continue
fi fi
if _contains "$_body" "The Replay Nonce is not recognized"; then
_info "The replay Nonce is not valid, let's get a new one, Sleeping $_sleep_retry_sec seconds."
_CACHED_NONCE=""
_sleep $_sleep_retry_sec
continue
fi
fi fi
return 0 return 0
done done
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment