Application does not recover after network connection is restored #11
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
llmad/Aulos#11
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?
When the application loses network connectivity, it appears unable to recover once the connection is restored.
Instead of automatically reconnecting or retrying pending operations, the application remains in an unusable state until it is completely closed and restarted.
Steps to Reproduce
It shows the first error "The request timed out" and then after a scroll to refresh it says "Error: cancelled"
First step to fix the issue:
6974cb3837Issue resolved with:
6365423113