[GH-ISSUE #26] Get rid of web sockets #4

Closed
opened 2026-02-27 04:58:41 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem closed this issue 2026-02-27 04:58:41 +03:00
Author
Owner

@guyzyl commented on GitHub (Dec 12, 2022):

Shouldn't be a problem after #27

<!-- gh-comment-id:1345724064 --> @guyzyl commented on GitHub (Dec 12, 2022): Shouldn't be a problem after #27
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whatsapp-contact-sync#4
No description provided.