Help for this page

Select Code to Download


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