Skip to content

Keep WeakReference to parent ParseObject in ParseRelation #7

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

Closed
grantland opened this issue Aug 14, 2015 · 0 comments
Closed

Keep WeakReference to parent ParseObject in ParseRelation #7

grantland opened this issue Aug 14, 2015 · 0 comments

Comments

@grantland
Copy link
Contributor

Will also need to keep reference to parent objectId and className, so we can recreate a pointer to parent if parent was GC'd.

sowrabh added a commit to sowrabh/Parse-SDK-Android that referenced this issue Aug 17, 2015
…` in `ParseRelation`

As suggested in the issue, keeping reference to parent objectId, className and recreating parent pointer when the parent is GC'ed. All tests passed locally.
sowrabh added a commit to sowrabh/Parse-SDK-Android that referenced this issue Aug 17, 2015
…` in `ParseRelation`

As suggested in the issue, keeping reference to parent objectId, className and recreating parent pointer when the parent is GC'ed. All tests passed locally.
sowrabh added a commit to sowrabh/Parse-SDK-Android that referenced this issue Aug 17, 2015
…` in `ParseRelation`

As suggested in the issue, keeping reference to parent objectId, className and recreating parent pointer when the parent is GC'ed. All tests passed locally.
grantland added a commit that referenced this issue Aug 17, 2015
Fixed #7 - Keep `WeakReference` to parent `ParseObject` in `ParseRelation`
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

1 participant