-
-
Notifications
You must be signed in to change notification settings - Fork 735
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
Comments
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
Will also need to keep reference to parent
objectId
andclassName
, so we can recreate a pointer to parent if parent was GC'd.The text was updated successfully, but these errors were encountered: