mirror of
https://github.com/guyzyl/whatsapp-contact-sync.git
synced 2026-04-25 22:15:49 +03:00
[GH-ISSUE #26] Get rid of web sockets #4
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#4
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 @guyzyl on GitHub (Dec 8, 2022).
Original GitHub issue: https://github.com/guyzyl/whatsapp-contact-sync/issues/26
The project currently uses web sockets (WS) in order to update the frontend from the backend. This is necessary for things such as updating the WhatsApp QR code, and updating the sync progress.
Although it works, it causes issues when put together with the Express session management (for example #22, #23).
Removing the WS logic from the backend+frontend should make the code simpler, and less prone to errors.
@guyzyl commented on GitHub (Dec 12, 2022):
Shouldn't be a problem after #27