bluerobotics / cockpit

An intuitive and customizable cross-platform ground control station for remote vehicles of all types.
https://docs.bluerobotics.com/ardusub-zola/software/control-station/Cockpit-1.0/overview/
Other
46 stars 19 forks source link

changing the WebRTC Connection URL doesn't seem to have effect #924

Closed Williangalvani closed 1 month ago

Williangalvani commented 2 months ago

checking the network tab, no new connections were made when changing the url. it also didn't load streams

rafaellehmkuhl commented 2 months ago

@JoaoMario109 is this being fixed by #938?

JoaoMario109 commented 2 months ago

The #938 right now changes the fields to be reactive and be stored in storage instead of just as refs that got lost in refresh. But does not directly address the reactivity problem on the video.ts.

rafaellehmkuhl commented 1 month ago

Fixed on #938.