Hello,
I would like to get a piece of information regarding MAAS UI WebSockets. Is the communication over websockets in MAAS UI involve complex scenarios?
Simple scenario example:
If you need to press a button, open a WebSocket, send a message from a form (like a username or password) and close it that should work.
Complex scenario :
For instance, open a WebSocket, send a username and then based on a response in the WebSocket send a password.
Thanks.