mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[PR #4] [MERGED] Reconnect WS on disconnect #75
Labels
No labels
big-feature
bug
dependencies
duplicate
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whatsapp-contact-sync#75
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?
📋 Pull Request Information
Original PR: https://github.com/guyzyl/whatsapp-contact-sync/pull/4
Author: @guyzyl
Created: 8/14/2022
Status: ✅ Merged
Merged: 8/14/2022
Merged by: @guyzyl
Base:
main← Head:reconnect-ws📝 Commits (1)
8ac5489Reconnect WS on discconect📊 Changes
2 files changed (+8 additions, -1 deletions)
View changed files
📝
web/src/main.ts(+4 -1)📝
web/src/services/ws.ts(+4 -0)📄 Description
Currently in some cases if the server resets while the page is open, the WS isn't automatically reconnected.
This PR should fix this issue in most cases.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.