ParseLiveQuery-Android icon indicating copy to clipboard operation
ParseLiveQuery-Android copied to clipboard

LiveQuery callbacks not called when losing internet connectivity

Open Kiwifed0r opened this issue 7 years ago • 0 comments

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!

Kiwifed0r avatar Nov 06 '17 10:11 Kiwifed0r