-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ [Frontend] Tester Center #6745
✨ [Frontend] Tester Center #6745
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
services/static-webserver/client/source/class/osparc/wrapper/WebSocket.js
Show resolved
Hide resolved
services/static-webserver/client/source/class/osparc/wrapper/WebSocket.js
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
FYI I would also add this at some point to debug socketio
https://socket.io/docs/v4/admin-ui/
https://python-socketio.readthedocs.io/en/latest/server.html#monitoring-and-administration
…arc-simcore into feature/store-socket-events
…arc-simcore into feature/store-socket-events
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool idea!
Quality Gate passedIssues Measures |
What do these changes do?
While debugging a bug, we often miss the key information because it was in a web socket message, and if the DevTools are open after the message reaches the frontend, it's lost for debugging.
This PR keeps in memory the last 20 messages per socket
channelName
and implements a GUI to easily access them. These are presented in the Tester Center, which for now provides:Related issue/s
How to test
Dev-ops checklist