Rather than providing too much details, I'd just like to ask if anyone has run into this issue.
I am using react-apollo. (React Native) Generally, it works well. I was able to subscribe to mutations and let my code trigger.
However, in the scenario like this, it seems not working or at least I feel it's inconsistent.
- Leave your mobile application running in the foreground.
- Go offline using the airplane mode.
- Do some mutations on the server / other devices.
- Turn on the network. *During the whole process, I'd left my app in the foreground.
Subscription event doesn't trigger. What I had been expecting was that it should receive all the pending publications since then, without any user interactions.
Thank you in advance.