Skip to content

Parse.User save not dispatching back to callback queue when result is success #431

Open
@Aziz-AnyDesk

Description

@Aziz-AnyDesk

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

  • Parse Swift SDK version: 4.14.2
  • Xcode version: 14.1
  • Operating system (iOS, macOS, watchOS, etc.): macOS Ventura
  • Operating system version: Ventura 13.0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bounty:$50Bounty applies for fixing this issue (Parse Bounty Program)type:bugImpaired feature or lacking behavior that is likely assumed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions