Skip to content

ParseObject.save() stuck in infinite loop. #888

Closed
@mik9

Description

@mik9

We have cloud function that returns object list (20 items, Post). It displayed in RecyclerView with pagination.
After I scroll a lot (600+ items) and try to create new object (Comment, that have reference to Post) it never returns from save(). I'm calling it on background thread (via RxJava).

After I attached profiler I saw it stuck in a loop:
10 42 47
Or another:
10 47 41

Used latest library version. Can share debug apk privately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions