Parse-SDK-Android icon indicating copy to clipboard operation
Parse-SDK-Android copied to clipboard

feat: Add idempotency feature to detect duplicate requests due to network conditions

Open abubkr-hago opened this issue 1 year ago • 1 comments

New Pull Request Checklist

  • [x] I am not disclosing a vulnerability.
  • [x] I am creating this PR in reference to an issue.

Issue Description

ParseObject saved multiple times on slow internet connection

Closes: #764

Approach

Add X-Parse-Request-Id header to requests allowing parse-server to handle idempotency.

TODOs before merging

abubkr-hago avatar Aug 15 '24 08:08 abubkr-hago

Thanks for opening this pull request!

  • 🎉 We are excited about your hands-on contribution!