Parse-SDK-Android
Parse-SDK-Android copied to clipboard
feat: Add idempotency feature to detect duplicate requests due to network conditions
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
- [x] Add tests
- [x] Documentation available here parse-server-docs.
Thanks for opening this pull request!
- 🎉 We are excited about your hands-on contribution!