Skip to content
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

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

Closed
mik9 opened this issue Sep 24, 2018 · 2 comments
Closed

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

mik9 opened this issue Sep 24, 2018 · 2 comments

Comments

@mik9
Copy link

mik9 commented Sep 24, 2018

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.

@mik9
Copy link
Author

mik9 commented Sep 24, 2018

After I removed .enableLocalDataStore() issues disappears.

@azlekov
Copy link
Contributor

azlekov commented Nov 30, 2021

As @shlusiak mention his #1058 PR most likely is improving even fixing this, so I close it.

@azlekov azlekov closed this as completed Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants