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
The web socket state on the front end does not clear properly when the user returns to the dashboard. When entering another workflow, the web socket is re-opened in its previous state.
In #3093, I fixed the issue of websocket re-opeining within the canvas by preventing using the same wid to open websocket again. I believe in the current case we are updating wid in the wid -> null -> wid pattern so my fix does not cover this case.
I think a proper fix for this issue is to clean up every state related to websocket when the user returns to the dashboard.
2024-11-24.4.07.46.mov
The text was updated successfully, but these errors were encountered:
The web socket state on the front end does not clear properly when the user returns to the dashboard. When entering another workflow, the web socket is re-opened in its previous state.
In #3093, I fixed the issue of websocket re-opeining within the canvas by preventing using the same wid to open websocket again. I believe in the current case we are updating wid in the
wid -> null -> wid
pattern so my fix does not cover this case.I think a proper fix for this issue is to clean up every state related to websocket when the user returns to the dashboard.
2024-11-24.4.07.46.mov
The text was updated successfully, but these errors were encountered: