Skip to content
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

Attempt to reconnect to LiveQuery server after error #204

Merged
merged 7 commits into from
Jul 31, 2021
Merged

Conversation

cbaker6
Copy link
Contributor

@cbaker6 cbaker6 commented Jul 31, 2021

If the client receives an error that it's not connect, it will attempt to reconnect if max attempts haven't been reached.

  • add change log entry

@codecov
Copy link

codecov bot commented Jul 31, 2021

Codecov Report

Merging #204 (39a7840) into main (5a5d41b) will decrease coverage by 0.16%.
The diff coverage is 22.22%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #204      +/-   ##
==========================================
- Coverage   83.27%   83.11%   -0.17%     
==========================================
  Files          76       76              
  Lines        7206     7224      +18     
==========================================
+ Hits         6001     6004       +3     
- Misses       1205     1220      +15     
Impacted Files Coverage Δ
...t/LiveQuery/Protocols/ParseLiveQueryDelegate.swift 16.66% <0.00%> (ø)
Sources/ParseSwift/LiveQuery/LiveQuerySocket.swift 55.07% <11.11%> (-4.93%) ⬇️
Sources/ParseSwift/LiveQuery/ParseLiveQuery.swift 74.70% <29.41%> (-2.03%) ⬇️
Sources/ParseSwift/Coding/ParseEncoder.swift 76.29% <0.00%> (+0.30%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a5d41b...39a7840. Read the comment docs.

@cbaker6 cbaker6 changed the title LiveQuery socket should always continue receiving Attempt to reconnect to LiveQuery server after error Jul 31, 2021
@cbaker6 cbaker6 merged commit 923110d into main Jul 31, 2021
@cbaker6 cbaker6 deleted the livequery branch July 31, 2021 22:34
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.

None yet

1 participant