You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now sessions get assigned by UUID attached to a websocket.
However, that means if we establish a new websocket due to a disconnection, we lose our conversation history.
We should story the UUID that's generated, and on the client, if we need to generate a new socket, we should be able to pass and reconnect to our old UUID.
This is a multi-user security issue, so needs to have a signature (JWT?)
The text was updated successfully, but these errors were encountered:
Right now sessions get assigned by UUID attached to a websocket.
However, that means if we establish a new websocket due to a disconnection, we lose our conversation history.
We should story the UUID that's generated, and on the client, if we need to generate a new socket, we should be able to pass and reconnect to our old UUID.
This is a multi-user security issue, so needs to have a signature (JWT?)
The text was updated successfully, but these errors were encountered: