Help for this page
client.send(roomid, {}, msg);
$ua->start($tx => sub ($ua, $tx) { say 'WebSocket handshake failed!' and return unless $tx->is_websoc +ket; ... }); $tx->send('some msg'); });