-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse.User save not dispatching back to callback queue when result is success #431
Open
4 tasks done
Labels
bounty:$50
Bounty applies for fixing this issue (Parse Bounty Program)
type:bug
Impaired feature or lacking behavior that is likely assumed
Comments
Thanks for opening this issue!
|
Thanks for reporting, could you provide a code example? |
mtrezza
added
the
type:bug
Impaired feature or lacking behavior that is likely assumed
label
Nov 17, 2022
Here is an example:
I believe this piece of code inside save function of ParseSwift SDK is responsible for this issue:
|
mtrezza
added
the
bounty:$50
Bounty applies for fixing this issue (Parse Bounty Program)
label
Nov 21, 2022
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bounty:$50
Bounty applies for fixing this issue (Parse Bounty Program)
type:bug
Impaired feature or lacking behavior that is likely assumed
New Issue Checklist
Issue Description
Parse.User save method is not dispatching the result back to callback queue if the result is success. It is dispatching back to callback queue only if it fails. Looking at source code, I suspect this might be the case for all Parse Objects.
Steps to reproduce
Call save method of existing Parse.User
Actual Outcome
The result is not dispatched back to the callback queue when the save succeeds.
Expected Outcome
The result should be dispatched back to the callback queue when save succeeds.
Environment
Plain iOS app with Parse client version 4.14.2.
Client
The text was updated successfully, but these errors were encountered: