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

Filter out null objects and bump versions. #24

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Filter out null objects and bump versions. #24

merged 1 commit into from
Feb 8, 2024

Conversation

geekbeast
Copy link
Contributor

@geekbeast geekbeast commented Feb 8, 2024

We were getting null objects in upload operation. This filters out the null objects to prevent the app from crashing and we seem to be able to clear all the objects in queue, so not really sure where objects are coming from.

My guess is that some objects are fetched before they are fully persisted and come back null, but eventually get requested again when they have been fully persisted. This should only happen when handling, which won't be a problem for stats on home screen.

@anzioka Would appreciate if you could take a look at this since you are more familiar with how you setup core data.

@geekbeast geekbeast requested a review from anzioka February 8, 2024 09:09
@geekbeast geekbeast merged commit c0ce816 into develop Feb 8, 2024
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

Successfully merging this pull request may close these issues.

1 participant