Does every websocket-tunnel for connection also creates a normal HTTPTunnel automatically? I tried to understand how CLIENT_ERRORS (e.g.: "ERROR_CLIENT_301" : "Log in failed. Please reconnect and try again."), are displayed at the angular part and it seems they are given by Guacamole.HTTPTunnel.sendPendingMessages. But the connection is build up with websocket-tunnel and there I can not find these kind of error messages, so I am confused right now.
Thank you for some explanation. Best