mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-24 22:01:18 -06:00
[GH-ISSUE #2] .connect fails without retries when offline #2
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-client#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @appy-one on GitHub (Feb 26, 2021).
Original GitHub issue: https://github.com/appy-one/acebase-client/issues/2
Originally assigned to: @appy-one on GitHub.
Issue:
When offline (or server is unreachable), trying to execute
client.connect()fails and does not retry.Expected:
When offline: retry when browser goes online
When online: retry after x seconds
@appy-one commented on GitHub (Feb 26, 2021):
Fix published with v1.1.0