Valentin Bossi

Results 4 comments of Valentin Bossi

hm master is on v1.2. but how can i pass the quality param to novnc?

sadly im not a go engineer🤦🏼‍♂️ i followed your guide on digital ocean. i edited supervisord.conf and extended the part `command=/usr/local/bin/easy-novnc --addr :8080 --host localhost --port 5900 --no-url-password --novnc-params "resize=remote"...

what about using `fromEvent`? From then on its possible to do everything right? ```javascript const wss = new Server({ server }); const handleConnection = (websocket: WebSocket): Observable => { const...

> > what about using `fromEvent`? From then on its possible to do everything right? > > ```js > > const wss = new Server({ server }); > > >...