andersevenrud / xpra-html5-client

Xpra HTML5 client written in TypeScript
https://andersevenrud.github.io/xpra-html5-client/ts/client/
Mozilla Public License 2.0
34 stars 10 forks source link

Client times out when connecting to server #6

Open gausie opened 2 years ago

gausie commented 2 years ago

Thanks for making this - looking forward to building something cool with it (hopefully!)

This is mostly a tracking bug: the example ui doesn't work with firefox - it doesn't yet support the workers used for decoding etc

andersevenrud commented 2 years ago

the example ui doesn't work with firefox

Aha! I will have to add some kind of detection when the loading of the workers fail, as there are fallbacks in the client code.

Thanks!