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
I worry it might become a big issue once this version hits production.
Version
1.2.1
Steps to reproduce the behavior
I don't have steps to reproduce at the moment but judging by the stack trace it looks like it happened after web socket was reconnected upon returning to foreground. We resubscribe to all the subscriptions the user had before backgrounding the app and also fetch (query) the current page the user is on when this happens. All at the same time.
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
This looks like a duplicate of #3057. It was fixed in #3070 and is available in 1.3.0 which was just released today. Note that it's a minor breaking change though; the migration guide has all the details.
I was looking at that earlier actually. I think the first version I had the request chain setting the value but that's not where it ended up; it should just be var id: String { get } instead.
Summary
We just added Apollo 1.2.1 to our project and while I was looking through the crashes, I noticed this new one originating from Apollo.
I worry it might become a big issue once this version hits production.
Version
1.2.1
Steps to reproduce the behavior
I don't have steps to reproduce at the moment but judging by the stack trace it looks like it happened after web socket was reconnected upon returning to foreground. We resubscribe to all the subscriptions the user had before backgrounding the app and also fetch (query) the current page the user is on when this happens. All at the same time.
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: