Skip to content

Fix LiveQuery reconnect #440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 9, 2020
Merged

Fix LiveQuery reconnect #440

merged 5 commits into from
Sep 9, 2020

Conversation

facuparedes
Copy link
Contributor

Previous PR: #431

Hi! This PR fixes LiveQuery reconnect when internet is disconnected. When _setReconnect() was called, it was not execute a reconnection because !_isConnected returned false.

FNPCMDs added 3 commits September 5, 2020 00:20
If state is equal to ConnectivityResult.none, then there is no connection with LiveQuery server (for example when internet is disconnected). _setReconnect function will now retry connection.
ConnectivityResult to ParseConnectivityResult
@phillwiggins
Copy link
Member

Hey, sorry there are some conflicts.

The packages have recently been split into 2 libraries, one pure dart, and a flutter module that sits on top.

@facuparedes
Copy link
Contributor Author

Hey, sorry there are some conflicts.

The packages have recently been split into 2 libraries, one pure dart, and a flutter module that sits on top.

Hey! This PR has no conflicts right now. Can it be merged?
Greetings !

@phillwiggins phillwiggins merged commit 745b054 into parse-community:release/1.0.28 Sep 9, 2020
@phillwiggins
Copy link
Member

phillwiggins commented Sep 9, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants