Mechanism to reboot without disrupting everybody #12

Closed
opened 2023-04-01 02:51:21 +00:00 by kirsle · 0 comments

If the chat server is rebooted (for new feature deploy etc.) everyone gets disconnected. When using JWT auth, it may have expired.

A solution may be that the chat server generates refreshed JWT tokens for the front-end to hold onto. In case of a quick disconnect, it can re-auth with the valid JWT token and is only a minor hiccup.

If the chat server is rebooted (for new feature deploy etc.) everyone gets disconnected. When using JWT auth, it may have expired. A solution may be that the chat server generates refreshed JWT tokens for the front-end to hold onto. In case of a quick disconnect, it can re-auth with the valid JWT token and is only a minor hiccup.
kirsle added the
enhancement
label 2023-04-01 02:51:21 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
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: apps/BareRTC#12
There is no content yet.