Subscriptions are closed when wifi is disabled even if there is a cellular connection. #45
Labels
bug
Something isn't working
closing-soon
pending-response
Issue is pending response from the issue requestor
Describe the bug
Mutation subscriptions are closed when wifi is disabled even if there is a cellular connection available. The "onCompleted" method of the subscription callback is called when wifi is disabled. And "re-subscribing" during the "onCompleted" method will result in a exception being thrown.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Since there is still a connection available (cellular) I would expect that the subscription would stay active and continue. In general, I'm not sure why the subscription is canceled even if all connectivity is lost. Couldn't it hang around and wait till a connection is reestablished?
Environment(please complete the following information):
Device Information (please complete the following information):
The text was updated successfully, but these errors were encountered: