ParseLiveQuery-Android
ParseLiveQuery-Android copied to clipboard
LiveQuery callbacks not called when losing internet connectivity
Hi,
I'm having an issue with the LiveQuery callbacks when losing internet connectivity. Creating the LiveQueryClient, connecting and subscribing all works fine and I get create, update, etc. callbacks. But I don't get any callback when I turn on airplane mode, not onLiveQueryClientDisconnected and also no error callback.
I tested it on different devices. Somehow, everything works fine on a Galaxy S6 edge, running Android 7.0. But it doesn't work on a Nexus 4, running Android 7.1.2, or different emulator configurations.
Could this issue be related to: https://github.com/parse-community/Parse-SDK-Android/issues/756
Thanks!