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 UI requires a manual refresh to show the status (of a K8S-v6-node) when it changes from 'Active' to 'Completed' - This is shown in the screencast included in the README. This was a problem on previous versions of vantage6 that has already been fixed. As this K8S-v6-node is based on older versions of v6 libraries, the solution to this would probably be the same. @bartvanb could you give me some hints on what you did back then to fix this?
The text was updated successfully, but these errors were encountered:
I think this was a UI-side fix (vantage6/vantage6#1490) so that shouldn't be impacted by changes in the node code.
The most important thing I think is that you send an algorithm_status_change socketIO event to the server. If the server gets that socket event, it should handle the rest of the flow including the UI updates
The UI requires a manual refresh to show the status (of a K8S-v6-node) when it changes from 'Active' to 'Completed' - This is shown in the screencast included in the README. This was a problem on previous versions of vantage6 that has already been fixed. As this K8S-v6-node is based on older versions of v6 libraries, the solution to this would probably be the same. @bartvanb could you give me some hints on what you did back then to fix this?
The text was updated successfully, but these errors were encountered: