- RdpTab: remove token from base URL; pass via client.connect(data)
because WebSocketTunnel always appends "?"+data to the URL,
corrupting a pre-built ?token=JWT into ?token=JWT?<data>
- rdp.ts: send UUID as Guacamole internal instruction "0.,36.<uuid>;"
(opcode="" = INTERNAL_DATA_OPCODE) instead of a plain string,
matching the WebSocketTunnel 1.5.0+ protocol expectation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>