You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the bug report. We've never had reports of this from other users, which makes me think there must be something unique going on with your project. I'm not sure how the CacheReadInterceptor would be pointing to a different memory address for its store than the ApolloClient. I think I'm going to need some sort of reproduction case to figure out what is going on here.
I'm closing this issue due to inactivity. If this is still unresolved, feel free to provide more information and we can re-open this, or create a new issue.
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better.
Summary
The application crashed with the following backtrace:
Upon inspection, we find at
frame #0
(CacheReadInterceptor.swift:121
),self.store
has been deinitialized:While at
frame #17
(ApolloClient.swift:88
),self.store
is a different object:Note that
frame #11
(ServerInteractor.swift:88
) involves a custom interceptor:Version
1.16.0
Steps to reproduce the behavior
Unclear
Logs
Anything else?
No response
The text was updated successfully, but these errors were encountered: